From 6bc91c75df0e20750fd1365fd1563b624d8eb787 Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 18 Feb 2025 15:28:52 +0100 Subject: [PATCH] chore: fixing value things Signed-off-by: blam --- docs/features/software-templates/experimental.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-templates/experimental.md b/docs/features/software-templates/experimental.md index db79d1012b..432bc3fecc 100644 --- a/docs/features/software-templates/experimental.md +++ b/docs/features/software-templates/experimental.md @@ -15,7 +15,7 @@ Please leave feedback on these features in the [Backstage Discord](https://disco Running tasks, especially longer running ones can be at risk of being lost when the `scaffolder-backend` plugin is redeployed. These tasks will just be stuck in a `processing` state, with no real way to recover them. -The experiemental Retries and Recovery is here to help mitigate this. +The experimental Retries and Recovery is here to help mitigate this. Whenever you do redeploy, on startup there will be a check of all tasks in `processing` state that you identified in your template as being capable of starting over.