Premkumar Chalmeti

Results 3 comments of Premkumar Chalmeti

Please see this [answer](https://github.com/rq/rq/issues/1323#issuecomment-677844046). Also, I use a custom retry handler function implementation. The job of the retry handler is, - Gracefully handle the custom Exception (in my case it...

I'd to implement a context manager to mute a specific receiver and restore it after the block of code is executed. ```python from contextlib import contextmanager from django.dispatch import Signal...

This is required. @mher any plans on merging this?