How can I schedule a Task to execute at a specific time using celery?
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.”