django-rq-scheduler icon indicating copy to clipboard operation
django-rq-scheduler copied to clipboard

Repeatable job ignores selected queue and runs on default

Open striveforbest opened this issue 5 years ago • 5 comments

I have a Repeatable job created via admin to run every 15 minutes on a scheduled queue. See screenshot1: screenshot1

However, looking at the Queues in the admin, it's apparent that job is running on the default queue instead. See screenshot2: screenshot2

Separately, the admin doesn't report successfully finished jobs (besides one repeated job). I can confirm many jobs are succeeding but not showing up in the admin. See screenshot3: screenshot3

striveforbest avatar Aug 07 '19 18:08 striveforbest