0

I want to design a task queues in Django, the queues are ordered by a time tag with the task and the task will be executed only once at the specific time. So I want to use Celery to implement it. But what haunt me is that Celery only has the crontab ability which running tasks at every day, month, week, etc. So how to implelement the queue with Celery?

Bruce
  • 65
  • 1
  • 9

0 Answers0