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
In versions previous to October 2024,
1W,2W and 1W,3W in DOM field would cause CRONs to trigger as often as possible from 1st to 2nd/3rd,
as handle_w_dom() would always go to the 1st (and calculate from there) when it was in the checked W flag range, which starts up to 2 days before the current day.
This bug was fixed unintentionally with the rework of W and L flag handling, but it would be good to include the tests to avoid regressions.
0 commit comments