PrefectHQ
prefect
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(cli): infer logs page size from API response (#8002) - Removes hard-coded `LOGS_DEFAULT_PAGE_SIZE = 200` in flow-run logs CLI - Dynamically discovers page size by passing `limit=None` on the first request - Refactors `--tail` logic to buffer pages in `TIMESTAMP_DESC` order to avoid offset math errors - Adds test to verify pagination respects custom `PREFECT_SERVER_API_DEFAULT_LIMIT` Signed-off-by: alighazi288 <51366992+alighazi288@users.noreply.github.com>
alighazi288:fix/issue-8002-logs-pagination
2 hours ago
fix(cli): infer logs page size from API response (#8002) - Removes hard-coded `LOGS_DEFAULT_PAGE_SIZE = 200` in flow-run logs CLI - Dynamically discovers page size by passing `limit=None` on the first request - Refactors `--tail` logic to buffer pages in `TIMESTAMP_DESC` order to avoid offset math errors - Adds test to verify pagination respects custom `PREFECT_SERVER_API_DEFAULT_LIMIT` Signed-off-by: alighazi288 <51366992+alighazi288@users.noreply.github.com>
alighazi288:fix/issue-8002-logs-pagination
3 hours ago
dropped 5 redundant tests from TestCountFlowRunsJoinFastPath while this lowers the coverage it should make it easier to review and maintain
VittoriaLanzo:count-flow-runs-join-fastpath
9 hours ago
Merge branch 'main' into count-flow-runs-join-fastpath
VittoriaLanzo:count-flow-runs-join-fastpath
9 hours ago
dropped 5 redundant tests from TestCountFlowRunsJoinFastPath while this lowers the coverage it should make it easier to review and maintain
VittoriaLanzo:count-flow-runs-join-fastpath
12 hours ago
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
21 hours ago
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
1 day ago
fix: style: apply ruff formatting Co-authored-by: Copilot <copilot@github.com> Signed-off-by: Hemant M Mehta <hemant29mehta@gmail.com>
hemantmm:azure-blob-overwrite-cache-refresh
2 days ago
Latest Branches
CodSpeed Performance Gauge
0%
fix(cli): infer logs page size from API response (#8002)
#21711
3 hours ago
275ca0a
alighazi288:fix/issue-8002-logs-pagination
CodSpeed Performance Gauge
0%
perf: replace correlated EXISTS with JOIN fast-path in count_flow_runs
#21707
9 hours ago
f7cad31
VittoriaLanzo:count-flow-runs-join-fastpath
CodSpeed Performance Gauge
0%
Hydrate schedule.parameters in deployment schedules API to fix dehydrated wrappers leaking into flow runs
#21710
1 day ago
3f117c2
alvinttang:fix/hydrate-schedule-parameters
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs