You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runner-autoscaler/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The scaler is configured via the following environment variables:
32
32
| ROUTE_DELETE_VM | "/delete_vm" | The Cloud Run callback path invoked by Cloud Task when a VM instance should be **deleted**. The payload contains the name of the "to be deleted" VM instance. |
33
33
| ROUTE_CREATE_VM | "/create_vm" | The Cloud Run callback path invoked by Cloud Task when a VM instance should be **created**. The payload contains the name of the "to be created" VM instance. |
34
34
| PROJECT_ID | "" | The Google Cloud Project Id. |
35
-
|ZONE| "" | The Google Cloud zone where the VM instance will be created. |
35
+
|ZONES| "" *(comma separated list)*| One or multiple Google Cloud zones where the VM instances will be created in. The zone is selected at random for each instance.|
36
36
| TASK_QUEUE | "" | The relative resource name of the Cloud Task queue. |
37
37
| TASK_DISPATCH_TIMEOUT | "180" | The timeout in seconds for the Cloud Task callback (should be longer than it takes to create/delete a VM instance) |
38
38
| CREATE_VM_DELAY | "10" | The delay in seconds to wait before the VM is created. Useful for skipping the VM creation if the workflow job is canceled by the user shortly afterwards. |
0 commit comments