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

Updating a Workflow While It's Running Spawns Multiple Workflows #3099

Open
b-erdem opened this issue Apr 8, 2024 · 0 comments
Open

Updating a Workflow While It's Running Spawns Multiple Workflows #3099

b-erdem opened this issue Apr 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@b-erdem
Copy link

b-erdem commented Apr 8, 2024

Describe the bug
We are using Argo Events to trigger our Argo Workflows. Recently we noticed that when you update an existing workflow while it's running, it starts new workflows without getting an event.

To Reproduce
Steps to reproduce the behavior:

  1. Create a workflow with a trigger
  2. Trigger it.
  3. Update workflow while it's running.
  4. Check Argo Workflows UI and you'll see it runs a few more(it depends).
  5. You might need to do this a few times to see it.

Expected behavior

When you update a workflow while it's running shouldn't spawn new runs.

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • Kubernetes: v1.27.4+k3s1
  • Argo: v3.4.11
  • Argo Events: v1.7.6

Additional context
I tried to reproduce this using only Argo Workflows but couldn't reproduce it. So I thought it's probably related to Argo Events. That's why I opened the issue here. Please let me know if I should do otherwise.


Message from the maintainers:

If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.

@b-erdem b-erdem added the bug Something isn't working label Apr 8, 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

1 participant