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
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
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.