-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
A: cliRelated to the CLIRelated to the CLIp2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less important
Description
I'm currently integrating DVC with Bazel, and have an issue with the lockfile.
Namely, if I try and run multiple dvc commands in parallel (e.g., multiple pulls), I crash with:
ERROR: failed to pull data from the cloud - Unable to acquire lock. Most likely another DVC process is running or was terminated abruptly.
Now, the lockfile in-and-of-itself isn't a bad idea, but I'd like a canonical way to express that my dvc commands should wait to acquire the lock, rather than failing.
Metadata
Metadata
Assignees
Labels
A: cliRelated to the CLIRelated to the CLIp2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less important