Closed dylanshine closed 2 years ago
This PR introduces the ability to pass a custom Calendar to the ScheduleBuilder.
Calendar
ScheduleBuilder
I ran into an edge case where I have queues deployed across multiple regions and needed to schedule jobs based on specific time zones.
I also cleaned up some unused computed properties in the ScheduleBuilderTests suite.
ScheduleBuilderTests
These changes are now available in 1.10.0
This PR introduces the ability to pass a custom
Calendar
to theScheduleBuilder
.I ran into an edge case where I have queues deployed across multiple regions and needed to schedule jobs based on specific time zones.
I also cleaned up some unused computed properties in the
ScheduleBuilderTests
suite.