[Draft] Workers: Make workers resilient to uncaught exceptions
If handling a worker request raises an exception, it can make the worker crashes. For the moment, it is the responsability of the worker user to protect manually each request. This is error-prone.
We propose a fix where the protect is adding directly by the worker.
Question:
- What should we do if
on_completiontriggers an exception?
Edited by François Thiré