You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: