Skip to content

Conversation

skshetry
Copy link
Collaborator

Fixes #10779.
Fixes #9616.

We'll now show a hint to check celery logs if there are no logs found for the given experiment, but has a failed status.

This may happen when the experiment fails during setup phase, due to some errors in dvc code or in celery.

$ dvc queue logs hilly-coos
ERROR: No output logs found for experiment 'hilly-coos'
Experiment likely failed during setup. Check the celery logs for more details:
    cat ./dvc/.dvc/tmp/exps/celery/dvc-exp-worker-1.out

@skshetry skshetry merged commit ba1281a into main Jul 28, 2025
34 of 40 checks passed
@skshetry skshetry deleted the queue-setup-error branch July 28, 2025 05:35
@skshetry skshetry added this to DVC Jul 28, 2025
@skshetry skshetry moved this to Done in DVC Jul 28, 2025
@skshetry skshetry self-assigned this Jul 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Experiments work properly when run directly, but fail with no explanation when run from a queue queue: log dvc errors
1 participant