We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ef141 commit 6ab7940Copy full SHA for 6ab7940
lib/ResqueScheduler/Worker.php
@@ -139,9 +139,9 @@ public function log($message)
139
/**
140
* Register signal handlers that a worker should respond to.
141
*
142
- * TERM: Shutdown immediately and stop processing jobs.
143
- * INT: Shutdown immediately and stop processing jobs.
144
- * QUIT: Shutdown after the current job finishes processing.
+ * TERM: Shutdown after the current timestamp was processed.
+ * INT: Shutdown after the current timestamp was processed.
+ * QUIT: Shutdown after the current timestamp was processed.
145
*/
146
private function registerSigHandlers()
147
{
0 commit comments