You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A cron expression for every 15th and last day of the month at 12:00 does not behave as expected and skips the last days when asked for next execution time.
Example cron schedule: 0 0 L,15 * *
While the cron expression is "valid" I wonder if this is in fact not supported.