QUA-1806: Note that deactivating a schedule keeps its cron expression#1120
QUA-1806: Note that deactivating a schedule keeps its cron expression#1120RafaelOsiro wants to merge 1 commit into
Conversation
Greptile SummaryThis PR adds an identical
Confidence Score: 5/5Documentation-only change; no code is modified and there is no risk of runtime regression. All six admonition blocks are worded identically, placed consistently after the existing timezone note, and the May 7, 2026 cutoff date is already in the past, making the backward-compatibility guidance immediately actionable for affected users. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A([Schedule active]) -->|User deactivates| B[Schedule deactivated\ncron expression retained]
B -->|Deactivated on or after May 7 2026| C[Reactivate]
B -->|Deactivated before May 7 2026| D[Reactivate]
C --> E{Schedule runs?}
E -->|Yes| F([Running normally])
D --> G{Schedule runs?}
G -->|Yes| F
G -->|No| H[Re-enter cron expression once]
H --> F
Reviews (1): Last reviewed commit: "docs(schedules): note that deactivating ..." | Re-trigger Greptile |
Overview
Documents that deactivating a schedule keeps its cron expression, so reactivating later resumes the same schedule without setting it up again. Adds a one-time note for schedules deactivated before May 7, 2026 that may need their cron re-entered once.
Key Changes
Pages to Test