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

Some folds fail with a residual "Running" status #22

Open
Jacoberts opened this issue Jul 18, 2023 · 0 comments
Open

Some folds fail with a residual "Running" status #22

Jacoberts opened this issue Jul 18, 2023 · 0 comments

Comments

@Jacoberts
Copy link
Collaborator

I think it has to do with SIGTERM not propagating to the child process in the RQ worker.

I found, in one example failing invokation, a trace which shows an error message saying "Warm shut down requested"
image

That error message comes from RQ [GH issue link], the log we're seeing is from an old revision, and it has since been changed in capitalization.

We can make our own worker, and override "request_stop" to just immediately complete the behavior of "request_force_stop".

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