We have developed workflows that need to be launched via schedules with an interval. We have defined an offset and a jitter in order to randomize the schedules. However, in some cases, we need to exclude certain weekdays.
We used the Skip field of the ScheduleSpec structure to add a ScheduleCalendarSpec with the DayOfWeek field filled in. We understand that a timestamp is excluded only if it corresponds exactly to a case that is filled in Skip. So we also filled in the Hour field with a range from 0 to 23 and the Minute and Second fields with a range from 0 to 59.
In spite of this, we still find schedules for normally excluded weekdays.
Have we missed something?
We thank you in advance.
I’m bumping this topic as I haven’t received any updates after providing additional information following the initial response.
Has there been any progress or new suggestions since?