You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run multiple dvc pipelines (trainings) on the same data in the same dvc context. The only difference is .dvc config file. I'm getting the following error message:
ERROR: cannot perform the cmd since DVC is busy and locked. Please retry the cmd later.
Is it somehow possible to start multiple dvc processes at the same time?
Thanks!
Best,
Alexey
The text was updated successfully, but these errors were encountered:
The issue is that dvc is not able to run multiple instances at the same time #755 . It is a known issue and we are working on a solution in #2584 , which should hopefully be done soon-ish. As a workaround, you could try re-running individual long-running commands by-hand and then dvc commit-ing the result.
Hi,
I'm trying to run multiple dvc pipelines (trainings) on the same data in the same dvc context. The only difference is .dvc config file. I'm getting the following error message:
ERROR: cannot perform the cmd since DVC is busy and locked. Please retry the cmd later.
Is it somehow possible to start multiple dvc processes at the same time?
Thanks!
Best,
Alexey
The text was updated successfully, but these errors were encountered: