Summary
On Windows Codex Desktop, a heartbeat automation accepts and persists a multi-line iCalendar recurrence (six weekly inclusion rules) but the scheduler calculates an invalid next run and misses a valid included occurrence.
Reproduction
- Create one ACTIVE heartbeat attached to an existing thread.
- Configure a single weekly local-time recurrence for 00:30 on Tuesday through Saturday. The Scheduled Tasks clock correctly displays the next occurrence at 00:30.
- Replace that one rule with six weekly inclusion rules representing these New York weekday checkpoints during U.S. daylight saving: 09:30, 11:00, 12:30, 13:00, 14:00, and 15:30 ET. The local-clock equivalents span Monday-Friday evenings and Tuesday-Saturday early mornings.
- The update succeeds and the multi-line value remains persisted.
- Observe the Scheduled Tasks clock and wait for the included 00:30 local occurrence.
Actual behavior
- The clock reported 05:30 as the next run, which was not among any of the six configured occurrences.
- At 00:33 local time, the expected 00:30 heartbeat had not reached the target thread.
- The scheduler did not reject the unsupported multi-rule input; it silently saved a schedule whose next-run calculation was incorrect.
Expected behavior
Either:
- support the union of multiple valid recurrence rules and schedule the earliest included occurrence correctly; or
- reject multi-rule input with a clear validation error.
Notes
A one-rule schedule and manual “Run now” both successfully reached the existing thread. This appears distinct from, but potentially related to, the Windows Desktop automation-dispatch reports in #16938 and #19011. No portfolio, account, local path, or session data is included here.
Summary
On Windows Codex Desktop, a heartbeat automation accepts and persists a multi-line iCalendar recurrence (six weekly inclusion rules) but the scheduler calculates an invalid next run and misses a valid included occurrence.
Reproduction
Actual behavior
Expected behavior
Either:
Notes
A one-rule schedule and manual “Run now” both successfully reached the existing thread. This appears distinct from, but potentially related to, the Windows Desktop automation-dispatch reports in #16938 and #19011. No portfolio, account, local path, or session data is included here.