Replies: 1 comment 1 reply
-
This is a bit unusual, what's the command used to launch the execution |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I am launching multiple Nextflow processes that run in parallel. Occasionally I'll see a job fail with the following error message:
These jobs are being run in an HPC environment with a scheduler, so there is a potential queueing delay that makes a simple solution like delaying the launch of each process by a fixed duration not robust.
Is there a principled way of launching multiple Nextflow jobs in parallel to avoid the issues of a shared Github repository? It's not exactly clear to me what operations exactly require obtaining a lock, but if anyone was able to share information about this it might be helpful.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions