Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
bnechyporenko
2024-05-06 18:23:35 +02:00
parent 5540b2b41c
commit 21aa820c3c
8 changed files with 63 additions and 8 deletions
+5
View File
@@ -47,6 +47,11 @@ export interface Config {
*/
EXPERIMENTAL_recoverTasks?: boolean;
/**
* Sets the serialization of the workspace to have an ability to rerun the failed task.
*/
EXPERIMENTAL_workspaceSerialization?: boolean;
/**
* Every task which is in progress state and having a last heartbeat longer than a specified timeout is going to
* be attempted to recover.