-
Notifications
You must be signed in to change notification settings - Fork 727
Open
Labels
Description
New feature
Google has added Dynamic Workload Scheduling to Cloud Batch. It's now in public preview.
Use case
When Nextflow uses Google Cloud Batch as backend, the existing implementation of VM provisioning that expects the VMs to be available right away. When the requested machine types are not available in the requested zones, it results in zone_resource_exhaustion error. Using DWS Flex Start can solve this problem.
Suggested implementation
Expose relevant flag and properties to allow DWS as VM provision mode by Google Cloud Batch.
(Highlight the main building blocks of a possible implementation and/or related components)