From c284b5fa670eb5ae586586e8a911da8675e9b6ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 6 Nov 2023 14:56:23 +0100 Subject: [PATCH] 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. --- web/project-website/content/usage/worker-actions/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/project-website/content/usage/worker-actions/_index.md b/web/project-website/content/usage/worker-actions/_index.md index bb3ccd6b..dacb0ed0 100644 --- a/web/project-website/content/usage/worker-actions/_index.md +++ b/web/project-website/content/usage/worker-actions/_index.md @@ -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. |