Avatar for the PrefectHQ user
PrefectHQ
prefect
BlogDocsChangelog

Performance History

Latest Results

fix(server): hydrate deployment schedule parameter overrides Schedule parameter overrides set via the UI arrive on the API in their dehydrated `__prefect_kind` form (e.g. `{"value": "[...]", "__prefect_kind": "json"}`). The POST and PATCH `/deployments/{id}/schedules` handlers used to persist that wrapper verbatim, so the auto-scheduler later merged it into `flow_run.parameters` unchanged. The runtime then saw e.g. `{"value": "...", "__prefect_kind": "json"}` instead of the real value and raised `SignatureMismatchError`. Hydrate `schedule.parameters` in both endpoints, mirroring the existing behaviour of deployment-level parameters and `create_flow_run_from_deployment`. Closes #18701
alvinttang:fix/hydrate-schedule-parameters
3 hours ago
fix: apprise-logger-level-normalization closes: #19390
hemantmm:apprise-logger-level-normalization
7 hours ago
Merge branch 'main' into azure-blob-overwrite-cache-refresh
hemantmm:azure-blob-overwrite-cache-refresh
8 hours ago
Merge branch 'main' into count-flow-runs-join-fastpath
VittoriaLanzo:count-flow-runs-join-fastpath
20 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
Hydrate schedule.parameters in deployment schedules API to fix dehydrated wrappers leaking into flow runs#21710
4 hours ago
8639447
alvinttang:fix/hydrate-schedule-parameters
CodSpeed Performance Gauge
0%
7 hours ago
ffeac18
hemantmm:azure-blob-overwrite-cache-refresh
CodSpeed Performance Gauge
0%
7 hours ago
fe3fdca
hemantmm:apprise-logger-level-normalization
© 2026 CodSpeed Technology
Home Terms Privacy Docs