python – 如何使用每个月1日运行的Celery安排任务?
作者:互联网
如何安排每月1日运行的celery任务?
解决方法:
从Celery 3.0开始,crontab计划现在支持day_of_month
和month_of_year参数:http://docs.celeryproject.org/en/latest/userguide/periodic-tasks.html#crontab-schedules
标签:python,scheduled-tasks,scheduling,django,celery,celery 来源: https://codeday.me/bug/20191004/1854130.html