We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
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".
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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](https://private-user-images.githubusercontent.com/2309544/254402858-e5763abf-164f-4b9d-9cd3-276afdf78d53.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxODMwMDQsIm5iZiI6MTczOTE4MjcwNCwicGF0aCI6Ii8yMzA5NTQ0LzI1NDQwMjg1OC1lNTc2M2FiZi0xNjRmLTRiOWQtOWNkMy0yNzZhZmRmNzhkNTMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMTAxODI0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MWFmZjM3OGJlYzAxMGRkZjFkOTY4MTRkYzIxZjcwZDUzMGQyYTVlOGE3NWI3NzA0OGRiMWQ5ZjBiYTZiMGYwZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.RLTCOoZaQoCto9vpfFapiCTAiTMjMnU_lC2DCEzE2b8)
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".
The text was updated successfully, but these errors were encountered: