Storing the serialized workspace into google cloud bucket

Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
bnechyporenko
2024-06-09 23:03:25 +02:00
committed by blam
parent 4df96964b2
commit 38875ed1c1
24 changed files with 482 additions and 56 deletions
+9
View File
@@ -52,6 +52,15 @@ export interface Config {
*/
EXPERIMENTAL_workspaceSerialization?: boolean;
/**
* Sets the provider for workspace serialization.
*
* By default, it is your database.
*/
EXPERIMENTAL_workspaceSerializationProvider?:
| 'database'
| 'googleCloudBucket';
/**
* Every task which is in progress state and having a last heartbeat longer than a specified timeout is going to
* be attempted to recover.