You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(lik-ui): re-base a schedule's next run when its cadence changes
Editing a scheduled run's cadence left next_run_at untouched, so shortening
it (e.g. weekly -> daily) still waited out the old interval. The next due
time is now recomputed from the last completed run, and lands in the past —
i.e. due now — when the new cadence has already elapsed.
The due time is still left alone when the cadence is unchanged, when the row
has never completed a run (already due), and while a run is in flight, where
complete_run recomputes from the new cadence.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments