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

Terminating a worker via thread interrupt can lead to a workflow job failure #48

Open
mikub opened this issue Dec 8, 2021 · 0 comments

Comments

@mikub
Copy link
Contributor

mikub commented Dec 8, 2021

Terminating a worker on which a job is running should be a transparent operation:
The worker should stop, nacking the current step processing and it should be then picked by a different worker and processed as if nothing happened (unless the workflow itself has been suspended).

It seems however that sometimes the thread interruptions makes the current step to fail:
image

@mikub mikub changed the title Stopping a worker can lead to a workflow job failure Terminating a worker via thread interrupt can lead to a workflow job failure Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant