I have a dataflow running on the last day of the month, using an API call with a cron expression.
The cron expression is "0 15 2 L * ? *" for some reason it is impossible to cobine L with any numbers "1,L" and "L,1" will not work.
Is there any simple inteligent way to stop us having to have another inslance of the dataflow runing with a diffrent Cron schedule ?
Kindest regards ad thanks in advance for your answers