Selwin Ong
Selwin Ong
Do you mind opening a PR for this? I'd like to cut a new release sometime next week.
Yes, please! 😀On Mar 28, 2023, at 12:19 AM, gabriels1234 ***@***.***> wrote: @selwin, Would you like me to add the option to provide a work_horse_killed_handler in django-rq (the same way...
> However (and this is assuming that I haven't misunderstood the docs), setting up cron tasks still also requires [rq-scheduler](https://github.com/rq/rq-scheduler#cron-jobs). This is correct. > What would it take to support...
There's actually some progress on this. I decided to tackle this with a different approach. [This PR](https://github.com/rq/rq/pull/1964) will allow jobs to track multiple simultaneous executions. Once this is done, we...
Hi @rfreis mind writing a unit test for this? I think it'd also be better to rename this to `rq-empty-queue`. RQ has `clean_registries` method, which does some house keeping tasks,...
I'd love to have this feature if it can be implemented in a clean way. This would need to be implemented in RQ first though. Mind opening an issue http://github.com/rq/rq...
Hi, yes PR for this is welcome!
@rstmsn @obi-jerome I'd love to have a PR to implement this.
I do plan on adding support for cron like scheduling in RQ 2.x. RQ 2.0 has the necessary infrastructure changes to support this.
Mind opening a PR to fix this?