Selwin Ong
Selwin Ong
Suspended workers won't be listening for jobs (though they are still active). A PR to improve the docs is appreciated.
Yeah, I think it's about time we work on this feature. How do you plan to implement this? I was thinking about using a lua script that checks the length...
Workers are supposed to process as many jobs as possible so implementing rate limit here seems a bit counter intuitive to me. Workers can also dequeue from many different queues...
I think rate limiting would be rather complicated to implement on the worker side. If you want to `skip this queue until the next hour`, you'll need to control the...
I think this is the right time to consider this both on the worker side and the queue side provided we can find a good way to implement this. I'll...
PR welcome :)
Thanks for the PR, @lechup . I think it's better if we implement a better way (one that doesn't require iterating through all jobs) to check whether a certain job...
I'm still thinking of how best we should implement this, so suggestions are welcome.
We should probably name it `DjangoRQTestCase` but if this makes testing easier, PR is welcome :)
This is a reasonable idea. Could you please open a PR, complete with docs for this?