Answer the question
In order to leave comments, you need to log in
Why does the task run in all workers at once?
I'm trying to schedule tasks to run using Cron Jobs rq-scheduler: https://github.com/rq/rq-scheduler
scheduler = django_rq.get_scheduler('default')
scheduler.cron(
"10 * * * *",
func='jobparser.tasks.parse',
queue_name='default',
)
django_rq.enqueue('jobparser.tasks.parse')
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question