The same kind of issue prevents Celery (a python task queue) "soft timeout" feature from working reliably. It throws an exception _anywhere_ in the worker process to signal the timeout, but in practice the exception is…
The same kind of issue prevents Celery (a python task queue) "soft timeout" feature from working reliably. It throws an exception _anywhere_ in the worker process to signal the timeout, but in practice the exception is…