nextflow-io / nf-nomad

Hashicorp Nomad executor plugin for Nextflow
https://nextflow-io.github.io/nf-nomad/
Apache License 2.0
2 stars 3 forks source link

Implement time-out for unallocated jobs #78

Open abhi18av opened 1 month ago

abhi18av commented 1 month ago

While testing with https://github.com/mycobactopia-org/MTBseq-nf pipeline, I noticed that the heavy process of TBFULL wasn't allocated to any machine due to occupied resources and this was reflected on the Nextflow side.

I'm thinking there must be a timeout we can implement to manually fail those jobs and then resubmit them.

jagedn commented 3 weeks ago

related #71