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
FYI I am not able to reproduce this issue. We run ~2k workflows a day and it randomly shows up ~1 time a day.
We have a containerSet with multiple containers that run in series (each container depends on the previous container to complete). Occasionally (about 1 time per every 2000 workflow runs), the Workflow will fail with a similar message as below:
MESSAGE
Error (exit code 64): failed to read exit-code of dependency "my-container": strconv.Atoi: parsing "": invalid syntax
I have not been able to find any consistent pattern for when this happens. I checked the relevant code at
Pre-requisites
:latest
What happened/what you expected to happen?
FYI I am not able to reproduce this issue. We run ~2k workflows a day and it randomly shows up ~1 time a day.
We have a containerSet with multiple containers that run in series (each container depends on the previous container to complete). Occasionally (about 1 time per every 2000 workflow runs), the Workflow will fail with a similar message as below:
I have not been able to find any consistent pattern for when this happens. I checked the relevant code at
argo-workflows/cmd/argoexec/commands/emissary.go
Line 85 in eaa8d9c
Version
v3.4.3
Paste a small workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
n/a
Logs from the workflow controller
The text was updated successfully, but these errors were encountered: