You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We have some big workflows and we hit the following error:
exec /bin/argo-events: argument list too long
After digging a bit, we realized it's because our workflow is big. After deleting some tasks from the workflow, it started to work fine. I checked some issues on argo-workflows repo and I noticed that this issue(argoproj/argo-workflows#12190) has been reported before and then eventually fixed on argo-workflows. I was thinking we should fix it in argo-events too.
To Reproduce
Steps to reproduce the behavior:
Create a big workflow. You can duplicate more than 50 tasks, so you can hit the limit.
Publish it as a sensor.
Check argo-events log for that sensor.
You should see this error message: exec /bin/argo-events: argument list too long
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Kubernetes: v1.30.2+k3s1
Argo: v3.4.11
Argo Events: v1.7.6
Additional context
Add any other context about the problem here.
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
We have some big workflows and we hit the following error:
exec /bin/argo-events: argument list too long
After digging a bit, we realized it's because our workflow is big. After deleting some tasks from the workflow, it started to work fine. I checked some issues on
argo-workflows
repo and I noticed that this issue(argoproj/argo-workflows#12190) has been reported before and then eventually fixed onargo-workflows
. I was thinking we should fix it inargo-events
too.To Reproduce
Steps to reproduce the behavior:
argo-events
log for that sensor.exec /bin/argo-events: argument list too long
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
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.
The text was updated successfully, but these errors were encountered: