Can we add support for "last day of the month" for CrontabSchedule? #685
sanchit-mathew
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
I would like to see a draft PR. but do we need Add support for a special 'L' value for the day_of_month
in the package or that should be project specific? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Ask
Can we add support for "last day of the month" for
CrontabSchedule
?Details
We have a use-case of exporting a report, driven through a
PeriodicTask
instance with aCrontabSchedule
schedule, on the last day of 1 or more monthsThis isn't currently possible and any value other than the supported values for the
day_of_month
field raise errors at the time of schedulingHigh-level Ideas
CrontabSchedule
model to represent running on the last day of the monthday_of_month
value be set as"28,29,30,31"
DatabaseScheduler
day_of_month
DatabaseScheduler
Beta Was this translation helpful? Give feedback.
All reactions