Closed Geoffrey42 closed 4 years ago
Scheduled jobs are only contained in the scheduler and are not yet put in the queue. When the scheduled time comes, jobs will be moved from the scheduler to the queue.
So one job should be in either scheduler or queue, not both at the same time.
Hi,
My newbie problem might be very simple but I can't wrap my mind around it.
How can I extract some job id ?
I am trying doing it using rq
queue.job_ids
without much success. Is there a way to do it directly using rq-scheduler API. I know I am probably doing it wrong the whole time.Outputs: