From f2b3698584becb018e1ab62e392a99d41915cb69 Mon Sep 17 00:00:00 2001 From: Anna Geller Date: Wed, 4 Dec 2024 18:56:35 +0100 Subject: [PATCH] Update worker-group.md --- content/docs/06.enterprise/worker-group.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/06.enterprise/worker-group.md b/content/docs/06.enterprise/worker-group.md index e615ef368b..29d79422fa 100644 --- a/content/docs/06.enterprise/worker-group.md +++ b/content/docs/06.enterprise/worker-group.md @@ -69,9 +69,9 @@ tasks: ``` Possible values for `workerGroup.fallback` are `WAIT` (default), `FAIL`, or `CANCEL`: -- `WAIT`: The task will wait for the worker to be available. -- `FAIL`: The task run will be terminated immediately if the worker is not available. -- `CANCEL`: The task run will be gracefully killed if the worker is not available. +- `WAIT`: The task will wait for the worker to be available and will remain in a `CREATED` state until the worker picks it up. +- `FAIL`: The task run will be terminated immediately if the worker is not available and the execution will be marked as `FAILED`. +- `CANCEL`: The task run will be gracefully terminated and execution will be marked as `KILLED` without an error. You can set a custom `workerGroup.key` and `workerGroup.fallback` per plugin type and/or per namespace using `pluginDefaults`.