Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
1.13.8
-
None
Description
Current Situation
When changing the job stream period there are some issues.
- When having more than one starter that starts at midnight (or the configured period start for the daily plan), only one starter will be executed.
- When the period is configured for a time x and a job in a job stream is skipped by the assignment of a calendar and the stream starts between midnight and the configured period start then the job will not be skipped. The tasks will not be started but will be added to the task queue. When the job is no longer skipped, these tasks will run and will complete the job stream.
Desired Behavior
- All starters that are configured to start at midnight should be considered.
- Skipped jobs should not be started.