Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
ConfigurationScheduler uses a ScheduledExecutorService which defaults to using the wall clock. When the configured Clock isn't a SystemClock or SystemMillisClock, then the scheduler should be overridden with one that decorates scheduled tasks to respect the clock. This will help in speeding up and otherwise exercising tests related to configuration scheduling and cron expressions.