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.”
I’ve looked into PeriodicTask , but the examples only cover making it recur. I’m
Share
The recently released version 1.0.3 supports this now, thanks to Patrick Altman!
Example:
See the changelog for more information:
http://celeryproject.org/docs/changelog.html