theiagen / public_health_bioinformatics

Bioinformatics workflows for genomic characterization, submission preparation, and genomic epidemiology of pathogens of public health concern.
GNU General Public License v3.0
33 stars 15 forks source link

Update check-reads to use less CPUs #491

Closed andrewjpage closed 3 weeks ago

andrewjpage commented 1 month ago

:bug:

:pencil: Describe the Issue

The check-reads task only uses 1 CPU but 2 are requested for the VM.

Change the CPUs to 1.

This task is very short. Make it preemptible (spot) so that we can access lower pricing. Google give 30 seconds notice before killing it, so we shouldn't notice any difference.

In the runtime section of the task set:

maxRetries: 3
preemptible: 1