process.errorStrategy = 'retry'
process.maxRetries = 5 // or more
#new-pipelines
channel)
-resume
option in NF Tower, so that the outputs from these initial processes can be reused? Thanks!
Hi there, thanks for the great tool.
I’ve noticed lately that the jobs remain in the blue running state, even though they have been cancelled and are not running anymore. Failed jobs and successfully completed jobs are accurately reflected, however. For reference, I am running all my jobs on SLURM. I was wondering if there is maybe something I am doing wrong on my part or if there is any parameter I should change to fix this? I noticed this happening about a month ago. Thanks!
I’ve been looking into Nextflow and Tower and managed to install and run Tower on a cloud VM using a cloud SQL database. Seems very powerful! Monitoring workflows works fine but I can’t seem to get to the API. The service-info endpoint works:
$ curl -H "Authorization: Bearer TOKEN” http://0.0.0.0:8000/api/service-info
{"message":null,"serviceInfo":{"version":"20.06.0","commitId":null,"authTypes":[],"loginPath":"/login"}}
But any other endpoint gives 401 unauthorized:
$ curl -H "Authorization: Bearer TOKEN” http://0.0.0.0:8000/api/workflow
frontend_1 | 172.18.0.1 - - [07/Feb/2022:18:27:18 +0000] "GET /api/workflow HTTP/1.1" 401 5 "-" "curl/7.68.0"
I’m using the tokens I get from the Your tokens page in Tower. Am I missing something in the API call?
Can anyone suggest any way to debug why on runs 'Resolved configuration' results in n/a
on tower.nf?
Myself and a colleague have the same settings (nxf version, same workspace organisation etc), by my configuration always resolves to n/a
but theirs lists all the parameters
tw runs view --id=1R5EyNgnXGTxXG
but I get ERROR: Missing the required parameter 'launchId' when calling describeLaunch
. What I'm doing wrong? Thanks!