islco / django-rq-scheduler

A database backed job scheduler for Django RQ and RQ Scheduler
MIT License
42 stars 46 forks source link

Repeatable jobs not working #44

Open gruffaren opened 3 years ago

gruffaren commented 3 years ago

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:

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.