django-celery crontab 日程表的日期和月份
Posted
技术标签:
【中文标题】django-celery crontab 日程表的日期和月份【英文标题】:django-celery crontab schedule for day of month and month 【发布时间】:2012-01-18 20:02:22 【问题描述】:django-celery 的 crontab 类只支持分钟、小时和星期几。有没有办法支持其他正常的 cron 计划选项,例如月份和日期?还是我需要编写自己的 crontab 类并覆盖 is_due() 方法?
【问题讨论】:
【参考方案1】:这是问题 #569,已于 2012 年 5 月关闭(提交 dc6508f)。
已添加参数 day_of_month
和 month_of_year
。
【讨论】:
以上是关于django-celery crontab 日程表的日期和月份的主要内容,如果未能解决你的问题,请参考以下文章
如何判断任务是不是已经在 django-celery 中排队?
Django-celery 和 RabbitMQ 不执行任务
django-celery 管理命令给出 AttributeError: '_multiprocessing.SemLock' 对象没有属性 'name'