-
Notifications
You must be signed in to change notification settings - Fork 642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Native configuration supports Azure low-priority or spot VMs #4526
Comments
Horrible. Isn't there an option to control it via pool settings? |
Look at
nextflow/plugins/nf-azure/src/main/nextflow/cloud/azure/batch/AzBatchService.groovy Lines 746 to 750 in 3c6409d
|
Drafted an initial implementation. Likely the scaling formula needs to be updated when |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Correct. We 'just' need to use |
New feature
The Azure Batch autoscaling formula does not support low-priority or spot virtual machines. You can manually add them using a custom formula, but we could expose this as a simple option. See the Microsoft blog for a demonstration:
#4236
Usage scenario
Using low priority or spot machines.
Suggest implementation
Modify this block and replace
$TargetDedicatedNodes
with$TargetLowPriorityNodes
when this option is enabled.The text was updated successfully, but these errors were encountered: