How can I schedule a Task to execute at a specific time using celery?

Posted by Hank Gay on Stack Overflow See other posts from Stack Overflow or by Hank Gay
Published on 2010-01-02T03:37:16Z Indexed on 2010/05/16 12:40 UTC
Read the original article Hit count: 225

Filed under:
|
|
|

I've looked into PeriodicTask, but the examples only cover making it recur. I'm looking for something more like cron's ability to say "execute this task every Monday at 1 a.m."

© Stack Overflow or respective owner

Related posts about django

Related posts about celery