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:
Sybren A. Stüvel 2023-11-06 14:56:23 +01:00
parent ee67e2be5e
commit c284b5fa67

View File

@ -16,7 +16,7 @@ will be disabled until a specific action is chosen. The available actions are:
| Label | Effect | | Label | Effect |
|-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Shut Down | Stop the worker. It will exit with status code `0`, indicating a clean shutdown. | | 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. | | 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. | | Wake Up | Wake the worker up. A sleeping worker can take a while to respond. |