Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
django-celery 的 crontab 类只支持分钟、小时和星期几。有没有办法支持其他正常的 cron 计划选项,例如月份和月份?还是我需要编写自己的 crontab 类并覆盖 is_due() 方法?
这是问题#569,于 2012 年 5 月关闭(提交dc6508f)。
参数day_of_month和month_of_year被添加。
day_of_month
month_of_year