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

Workflow workers and TTL worker are silently stoped if any handled panic in processingNextItem function #5367

Closed
sarabala1979 opened this issue Mar 11, 2021 · 1 comment
Assignees
Labels

Comments

@sarabala1979
Copy link
Member

Summary

What happened/what you expected to happen?

Diagnostics

What Kubernetes provider are you using?

What version of Argo Workflows are you running?

Paste a workflow that reproduces the bug, including status:
kubectl get wf -o yaml ${workflow} 
Paste the logs from the workflow controller:
kubectl logs -n argo $(kubectl get pods -l app=workflow-controller -n argo -o name) | grep ${workflow}

Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.

@sarabala1979 sarabala1979 self-assigned this Mar 11, 2021
mweibel added a commit to mweibel/argo that referenced this issue May 4, 2021
allows to specify windows OS version using `--build-arg
IMAGE_OS_VERSION=1909` so users can build their own argoexec using the
appropriate underlying windows version (see argoproj#5367).

Signed-off-by: Michael Weibel <[email protected]>
mweibel added a commit to mweibel/argo that referenced this issue May 7, 2021
allows to specify windows OS version using `--build-arg
IMAGE_OS_VERSION=1909` so users can build their own argoexec using the
appropriate underlying windows version (see argoproj#5367).

Signed-off-by: Michael Weibel <[email protected]>
alexec pushed a commit that referenced this issue May 7, 2021
allows to specify windows OS version using `--build-arg
IMAGE_OS_VERSION=1909` so users can build their own argoexec using the
appropriate underlying windows version (see #5367).

Signed-off-by: Michael Weibel <[email protected]>
@stale
Copy link

stale bot commented May 14, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label May 14, 2021
@stale stale bot closed this as completed May 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant