Storing the serialized workspace into google cloud bucket
Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
+9
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user