Merge pull request #1281 from edgarcosta/silent

timeout setting, rewrote what it means for a worker be silent
This commit is contained in:
Randall Leeds 2016-05-26 18:29:51 -04:00
commit 2855d4f661

View File

@ -172,7 +172,9 @@ timeout
* ``-t INT, --timeout INT`` * ``-t INT, --timeout INT``
* ``30`` * ``30``
Workers silent for more than this many seconds are killed and restarted. A worker must notify the master process once per timeout interval.
If it fails do so, the worker is killed and a new worker is spawned
to replace it.
Generally set to thirty seconds. Only set this noticeably higher if Generally set to thirty seconds. Only set this noticeably higher if
you're sure of the repercussions for sync workers. For the non sync you're sure of the repercussions for sync workers. For the non sync