Avatar for the PrefectHQ user
PrefectHQ
prefect
BlogDocsChangelog

Branches performance

Pull requests

fix: remove Panel border from `work-pool create` sample code output#20906
last run
5 minutes ago
fix: remove Panel border from work-pool create sample code output Replace Panel-wrapped Syntax blocks with plain Syntax blocks in the ECS, Cloud Run, and Azure Container Instance provisioners. The Panel borders made the example code difficult to copy-paste from the terminal. The filename is now included as a Python comment in the code block. Closes #20228
10 minutes ago
e2c839f
Br1an67:fix/work-pool-create-remove-panel-border
CodSpeed Performance Gauge
0%
fix: use ephemeral mode in OrchestrationClient to prevent read-only container failures Closes #19317 Background services (actions service) use OrchestrationClient, which calls create_app(). This triggers UI static directory creation, which fails with PermissionError in read-only containers (common in rootless/secure deployments), causing automation actions to silently fail and messages to go to DLQ. Changes: - Pass ephemeral=True to create_app() in BaseClient, skipping UI directory creation - Add exception logging in action consumer so unexpected errors are visible - Add regression test for ephemeral mode usage
11 minutes ago
03a04e6
Br1an67:fix/19317-ha-readonly-automation
CodSpeed Performance Gauge
0%
Add --output json support to flow ls, work-pool ls, task-run ls, and concurrency-limit ls Related to #19483 Add --output/-o json support to four CLI list commands that were missing it, following the established pattern from flow-run ls and deployment ls: - flow ls - work-pool ls - task-run ls - concurrency-limit ls Each command now accepts --output json / -o json to emit machine-readable JSON (via orjson) instead of the Rich table. Empty results return [] in JSON mode. Invalid format values produce a clear error. Also adds proper empty-list handling (exit_with_success) where it was previously missing. Includes tests for JSON output, empty JSON output, and invalid format rejection for all four commands.
21 minutes ago
b5b1082
h1whelan:add-output-json-to-cli-ls-commands
CodSpeed Performance Gauge
0%
Fix postgres_listener to preserve Kerberos/GSSAPI and TLS connection params#20890
last run
1 day ago
Refactor TLS context creation to if/else per review feedback Co-authored-by: Nate Nowack <nate@prefect.io>
1 day ago
1eb4ff7
devin/1772211105-postgres-listener-connection-parity
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs