Avatar for the PrefectHQ user
PrefectHQ
prefect
BlogDocsChangelog

Performance History

Latest Results

Preserve a paused deployment schedule on redeploy A schedule that was turned off in the UI was silently re-activated when the deployment was re-deployed without an explicit `active`, as long as the schedule had no slug. Two things combined to cause this: - The client always serialized `active=True` for a schedule when the caller didn't pass `active`, so the update payload (built with `exclude_unset=True`) still forced the schedule active. - On update, the server recreates slug-less schedules from scratch and defaulted `active` to True, discarding the previous state. `active` is now left unset on the schedule helpers and the `Schedule` factories when the caller doesn't provide it, so an update omits it entirely. The server update path inherits the existing schedule's active state when an update doesn't specify one, matching schedules by slug or, for slug-less schedules, by their definition. A new or changed schedule still defaults to active.
apoorva-01:fix/19302-preserve-disabled-schedule-on-redeploy
3 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
Preserve a paused deployment schedule on redeploy#22396
4 hours ago
8ef8a3d
apoorva-01:fix/19302-preserve-disabled-schedule-on-redeploy
CodSpeed Performance Gauge
0%
3 days ago
ee92d41
devin/1782499546-fix-set-working-directory-relative-path
CodSpeed Performance Gauge
0%
3 days ago
7d75503
hemantmm:flow-run-graph-attempt-filter
© 2026 CodSpeed Technology
Home Terms Privacy Docs