Randall Leeds 63967597a0 Fix mixed up worker signal handling
Commit 81241907ffcf94517ffa14b8427205906b61b540 changed the signal
handling by switching the roles of `TERM` and `QUIT` for the arbiter
so that `TERM` is graceful and `QUIT` is not.

At the time, workers performed graceful shutdown on `QUIT` and quick
shutdown on `TERM` and `INT`. This behavior was also changed so that
`QUIT` (and `INT`) cause a quick shutdown and `TERM` is graceful.

However, the documentation incorrectly reversed the roles of the worker
signals and the arbiter was not updated to use the correct signals.

This commit fixes the documentation and the arbiter signals.
2014-05-13 11:12:01 -07:00
..
2012-10-18 18:12:14 +02:00
2012-10-18 17:58:28 +02:00
2012-10-18 17:58:28 +02:00
2012-12-25 07:00:46 +01:00
2013-08-28 00:40:48 +02:00
2013-12-26 13:42:17 +01:00
2014-02-21 17:14:31 +03:00
2013-12-26 13:42:17 +01:00
2013-08-19 10:38:10 +02:00