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

Improve job-status query logic and nf-tower support #77

Open abhi18av opened 1 month ago

abhi18av commented 1 month ago

The job query status logic needs to be revamped in order to work well with Tower.

As of now, the jobs (on Tower) are always shown as running and are not progressing to completed status. Despite being actually completed on the cluster itself.

image

Also, as a result, the pipeline execution report (within nf-core pipelines) also doesn't contain any relevant information.

image
abhi18av commented 1 week ago

@jagedn , now that our NomadService class has been refactored via #89 , maybe we should pick this up again?