-
Notifications
You must be signed in to change notification settings - Fork 46
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 job ignores selected queue and runs on default #36
Comments
This will be a mouthful, but if you want to see the solution, skip this list and go to Solution.
Solution: run
To this:
|
@marianstefi20 thanks for digging in. I am running scheduler via
However, I think it should be considered as bug. |
At a closer inspection, the master branch from rq-scheduler already solved this issue, by removing:
from Try updating rq-scheduler to the latest version. If you look at https://github.com/rq/rq-scheduler/commits/master you will see they added yesterday something (Add queue_name to enqueue_in and enqueue_at), but most importantly, they made a new release 0.9.1. This might do it. |
I've updated rq-scheduler and the problem with the queues has been fixed. I can confirm that the admin doesn't report the finished jobs correctly (I'm manually deleting the jobs, but they still show up). |
@marianstefi20 thanks for the update. I will upgrade and re-test. Bummer it still doesn't report the finished jobs correctly. |
I have a Repeatable job created via admin to run every 15 minutes on a
scheduled
queue. See screenshot1:However, looking at the
Queues
in the admin, it's apparent that job is running on thedefault
queue instead. See 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:
The text was updated successfully, but these errors were encountered: