If a debusine-worker disconnects mark the WorkRequest as not assigned anymore
When a debusine-worker disconnects the method WorkerConsumer.disconnect
is called.
In this method I think that would be good to de-assign the WorkRequest from this worker. So other workers can work on it. WorkRequest.worker
should be None.