Website: slight wording change
Change "...with the configured status code" to "...with a configurable status code", as there hasn't been any explanation of this configurability yet.
This commit is contained in:
parent
ee67e2be5e
commit
c284b5fa67
@ -16,7 +16,7 @@ will be disabled until a specific action is chosen. The available actions are:
|
||||
| Label | Effect |
|
||||
|-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| Shut Down | Stop the worker. It will exit with status code `0`, indicating a clean shutdown. |
|
||||
| Restart | Stop the worker. It will exit with the configured status code, indicating a desire to restart. This option is only available when the selected worker is marked as 'restartable'. See below. |
|
||||
| Restart | Stop the worker. It will exit with a configurable status code, indicating a desire to restart. This option is only available when the selected worker is marked as 'restartable'. See below. |
|
||||
| Send to Sleep | Let the worker sleep. It will not get any new task, just check every 30 seconds to see if it should wake up. |
|
||||
| Wake Up | Wake the worker up. A sleeping worker can take a while to respond. |
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user