task-1.command.out.txt
which had Bonjour world!
inside, task-1.command.err.txt
was empty and when tried to download task-1.command.log.txt
got Unable to download file: .command.log
message on the website. I've also checked a corresponding work directory here: /fusion/s3/my-bucket/scratch/5DQRTBKJsIIay1/bf/71c55281bdbbb44ead372c5acf3746
and it was empty.
s3:get
and s3:list
. Is that the correct one?
.command.*
files in the work
directories. Am I missing anything?
maxRetries
to some reasonable value for all of the processes by default? (At the moment my maxRetries
depends on the exit code, but as there is not exit code provided by AWS, it should be applied to any reason)
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