Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rq-scheduler missing functions to rq #1736

Open
gabriels1234 opened this issue Nov 21, 2022 · 1 comment
Open

Add rq-scheduler missing functions to rq #1736

gabriels1234 opened this issue Nov 21, 2022 · 1 comment
Labels

Comments

@gabriels1234
Copy link
Contributor

Hi!
The --with-scheduler option is a great feature. and it has helped a lot in cases where the main scheduler fails.

I use django-rq-scheduler (the new repo) that relies on rq-scheduler for a few main functionalities. It could easily fallback to vanilla rq if some of the rq-scheduler functions are ported over rq.
(such as cron(), contains(), etc... )

The end goal is to avoid having a separate container (extra $$$) to run the scheduler only.

Thanks!

@selwin
Copy link
Collaborator

selwin commented Nov 21, 2022

Yes, that's the end goal. RQ also very recently gained a feature to track historical runs and results here so you can track the result of jobs that are run multiple times. #1725

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants