Skip to content

Commit

Permalink
Set hardware_preemptible_tries to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
aawdeh committed Jun 21, 2024
1 parent 0c0c24f commit e40a692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdl/cellbender_remove_background_azure.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ task run_cellbender_remove_background_gpu {
String? hardware_zones = "us-east1-d us-east1-c us-central1-a us-central1-c us-west1-b"
Int? hardware_disk_size_GB = 50
Int? hardware_boot_disk_size_GB = 20
Int? hardware_preemptible_tries = 2
Int? hardware_preemptible_tries = 0
Int? hardware_max_retries = 0
Int? hardware_cpu_count = 4
Int? hardware_memory_GB = 32
Expand Down

0 comments on commit e40a692

Please sign in to comment.