Can't lock file history & Can't update history file #3883
-
Bug reportWhen I use a script to run an array of jobs simultaneously , some of them got Expected behavior and actual behaviorAll pipelines finished. Steps to reproduce the problemRun the following script.
file Program output(Copy and paste here output produced by the failing execution. Please highlight it as a code block. Whenever possible upload the Environment
Additional context(Add any other context about the problem here) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can't run multiple pipelines concurrently in the same directory. Each pipeline will try to acquire a lock on the |
Beta Was this translation helpful? Give feedback.
You can't run multiple pipelines concurrently in the same directory. Each pipeline will try to acquire a lock on the
.nextflow
directory, which contains the cache database. If you want to run them in parallel, you need to run each pipeline in its own directory.