Hello,
1.The behavior you're describing is common and can be attributed to the way the Task Scheduler handles missed tasks during DST changes.
The "Run task as soon as possible after a scheduled task is missed" setting allows the Task Scheduler to catch up on missed tasks when the system becomes available. If the server was unavailable during the normal schedule, the missed task could be triggered when the server is back online. If the time adjustment is not handled correctly, it might lead to tasks running on the wrong day.
- The DST change can cause time adjustments, and if the task scheduler is not handling these changes correctly, it might lead to errors or unexpected behavior.
3.If possible, adjust the scheduling of critical tasks to avoid the time when DST changes occur.
Day interval schedules may be impacted by DST changes, especially if they occur at the beginning or end of a day. Instead, use specific time schedules or, better yet, UTC-based schedules to avoid discrepancies.
Check the box labeled "Synchronize across time zones", then the task is scheduled by UTC.
Note: The Day interval schedules the next run 24 hours from the previous scheduled time, depending on the settings. This can lead to the times being changed during DST. The Specific day(s) of the week will run at the same time on each of the specified days.
Regards,
Karlie