django-celery's crontab class only supports minute, hour and day of week. Is there a way to support the rest of the normal cron schedule options such as month and day of the month? Or will I need to write my own crontab class and overwrite the is is_due() method?
|
feedback
|