Restart queue workers

Hey,

is it possible to restart queue workers? Sometimes a worker dies or gets killed by dvc queue kill (even if this should not happen) and I would like to restart the worker. Is this possible?

Thanks
Fabian

1 Like

another use case would be initially queueing some experiments starting the queue with n workers and adding new experiments to the queue when there are less than n active and remaining experiments. at least in my experiments even though there should be workers idling these workers wont be reused and only the active ones will be used.

okay seems one can just rerun dvc queue start -j n with the desired numbers of workers.