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

Repeatable jobs not working #44

Open
gruffaren opened this issue Dec 13, 2020 · 0 comments
Open

Repeatable jobs not working #44

gruffaren opened this issue Dec 13, 2020 · 0 comments

Comments

@gruffaren
Copy link

gruffaren commented Dec 13, 2020

I have a project running Django 3.1.2 with some server side jobs managed using RQ-scheduler.

Normal queue'ing and execution of jobs work just fine. But scheduling a job or creating a repeatable job does not work.

What I have done:

  • Included the "scheduler" in INSTALLED_APPS in django settings.py

  • Running rqworker with the "--with-scheduler" flag: Exact command: "python3 manage.py rqworker --with-scheduler default"

  • Following the documentation for creating repeatable jobs via the Django admin interface, which creates the job in the web GUI, but the job never seems to enter the queue and get executed.

Has this functionality simply stopped working in Django 3 or am I missing something?

I would be very thankful for any tips / pointers towards solving this.

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

No branches or pull requests

1 participant