Skip to content

Commit 6ab7940

Browse files
committed
Update docs.
1 parent 84ef141 commit 6ab7940

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/ResqueScheduler/Worker.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ public function log($message)
139139
/**
140140
* Register signal handlers that a worker should respond to.
141141
*
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.
142+
* TERM: Shutdown after the current timestamp was processed.
143+
* INT: Shutdown after the current timestamp was processed.
144+
* QUIT: Shutdown after the current timestamp was processed.
145145
*/
146146
private function registerSigHandlers()
147147
{

0 commit comments

Comments
 (0)