Seamus Mac Conaonaigh
Seamus Mac Conaonaigh
I am running RQ 1.5.2, and perhaps I don't fully understand how suspend/resume is supposed to work, but here's what I observe: - I have one (or more) workers running...
RQ Scheduler has supported floating point intervals for almost 10 years (PR https://github.com/rq/rq-scheduler/pull/60). It makes sense to add the same support to the `rqscheduler` command in `django-rq`. I can make...
### Describe the feature or problem you’d like to solve When a GitHub repository (let's call it `RepoA`) is merged into another repository (let's call it `monorepo`) and its issues...
- Remove **kwargs from self.client.close() call in RedisCache.close() - The DefaultClient.close() method doesn't accept parameters since commit c7be6cc - This fixes TypeError when Django's request_finished signal calls cache.close(signal=...) - Add...
**Describe the bug** There's a bug in django-redis where the `RedisCache.close()` method accepts arbitrary keyword arguments and then passes them directly to `self.client.close()`, which by default (using `DefaultClient`) hasn't accepted...