-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
queue
: concurrent workers fail
#8763
Comments
Similiar problem reported by a user https://discord.com/channels/485586884165107732/1060954467035525240/1062137164617486477 |
I tried to implement |
@karajan1001 libgit2 doesn't support pushing to non-bare (regular) local repos: https://github.com/libgit2/libgit2/blob/1327dbcf2a4273a8ba6fd978db5f0882530af94d/src/libgit2/transports/local.c#L383 You could still implement it since it would still support pushing to other types of git remotes, but you would have to make sure we catch the error for non-bare local case and re-raise it as NotImplementedError and fallback to another git backend for that case (but this means we can't use pygit2 push for running experiments locally) |
Bug Report
Description
Processing queued experiments with 3 concurrent workers
with the VS Code extension installedshould caused at least one of the workers to fail to reproduce experiments.Error is caused by:
After running experiments
queue status
will look something like this:and both of these commands offer no help
Reproduce
inside of VS Code with the DVC extension installed.exp show
withwatch
.Expected
Workers should concurrently process the experiments.
Environment information
Output of
dvc doctor
:Additional Information (if any):
Logs from worker with failed experiment
The extension has recently started getting commit information using
git log
. I thought that this could potentially be causing issues but I can recreate this outside of the VS Code context by runningexp show
.The text was updated successfully, but these errors were encountered: