Skip to content

Commit

Permalink
Merge pull request #1281 from edgarcosta/silent
Browse files Browse the repository at this point in the history
timeout setting, rewrote what it means for a worker be silent
  • Loading branch information
tilgovi committed May 26, 2016
2 parents eba1b5a + 2f0e99e commit 2855d4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/settings.rst
Expand Up @@ -172,7 +172,9 @@ timeout
* ``-t INT, --timeout INT``
* ``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
you're sure of the repercussions for sync workers. For the non sync
Expand Down

0 comments on commit 2855d4f

Please sign in to comment.