-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
A: experimentsRelated to dvc expRelated to dvc expuiuser interface / interactionuser interface / interaction
Description
Implement basic CLI support for starting and stopping processing of the exp queue.
-
dvc queue start: start queue processing- Should support setting an initial
-j/--jobsconcurrency value - Subsequent calls should do nothing (other than informational messaging that queue is already running)
- Should support setting an initial
-
dvc queue stop: stop queue processing- Should use celery shutdown to stop queue processing (after currently running experiments complete)
- Likely requires setting up a celery signal handler that runs when our exp cleanup tasks complete, and broadcasting the worker shutdown from there (since by default celery exits after completing the current task but we want it to exit after completing the current task chain)
karajan1001 and mnrozhkovkarajan1001
Metadata
Metadata
Assignees
Labels
A: experimentsRelated to dvc expRelated to dvc expuiuser interface / interactionuser interface / interaction