Paweł Werda
Paweł Werda
So I guess we start raising an exception and halt the worker when `hasattr(sys, "is_gil_enabled") and sys._is_gil_enabled()` and the runner is `dramatiq-gevent`? @LincolnPuzey thoughts?
@LincolnPuzey sorry, I recently work with a custom-patched CPython where `is_nogil_mode` is exposed. The offical CPython way has been introduced in https://github.com/python/cpython/pull/118514 - `sys._is_gil_enabled()`, reflecting the current state. I have...
Hey @guedesfelipe, thanks for the help with debugging this issue. I think it would be good to have the timeout value parametrized, with the default as it is currently -...