Revert "worker: Graceful shutdown on SIGTERM"#10035
Conversation
|
Issue reopened: PLA-2762 Graceful exit for the workers |
📝 WalkthroughWalkthroughThis change set updates multiple shell scripts by removing the use of the Possibly related PRs
📜 Recent review detailsConfiguration used: .coderabbit.yaml ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (34)
🔇 Additional comments (34)
|
Security Scan Results for PRDocker Image Scan Results
Source Code Scan Results🎉 No vulnerabilities found! |
✨ Benchmark results
⚡ Benchmark Comparison
|
With the revert of PLA-2762, we need to pin the utopia-php/queue package to version 0.11.0 to avoid using the graceful shutdown feature that was introduced in version 0.11.1.
Reverts #9890 in an attempt to fix an issue where workers would timeout from the queue, restart, but no longer pick up jobs from the queue.