Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Pipelines created programmatically are deleted on restart #1274

Open
lyuboxa opened this issue Nov 13, 2023 · 1 comment
Open

Bug: Pipelines created programmatically are deleted on restart #1274

lyuboxa opened this issue Nov 13, 2023 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@lyuboxa
Copy link
Contributor

lyuboxa commented Nov 13, 2023

Bug description

When using Conduit's provisioning API in an embedded way to provision pipeline, the provisioned pipelines
are removed from runtime upon restart. My understanding is that on startup pipelines which are not available locally
as files, will be deleted.

Steps to reproduce

  1. Provision pipeline through the provisioning pkg (using Import())
  2. Wait for pipeline to start
  3. Stop conduit process
  4. Start conduit process
  5. Provisioned pipeline will be deleted.

Version

latest

@lyuboxa lyuboxa added bug Something isn't working triage Needs to be triaged labels Nov 13, 2023
@simonl2002
Copy link
Member

simonl2002 commented Nov 14, 2023

Larger issue here is we should think about how we want to expose Conduit programmatically.
Meroxa platform team has a workaround here. But we will work on this.

@simonl2002 simonl2002 removed the triage Needs to be triaged label Nov 14, 2023
@simonl2002 simonl2002 moved this from Triage to Todo in Conduit Main Nov 14, 2023
@simonl2002 simonl2002 added this to the Next milestone Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants