PrefectHQ
prefect
BlogDocsChangelog

Branches performance

Pull requests

add plan for deployment CRUD events#20181
last run
9 hours ago
address review feedback - use from/to instead of old/new to match existing event patterns - incorporate testing into each phase instead of separate phase - fix misleading comment in events.py šŸ¤– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
9 hours ago
dfb1cf5
deployment-crud-events-plan
CodSpeed Performance Gauge
0%
fix: use asyncpg directly for advisory locks instead of psycopg2 The previous implementation used SQLAlchemy's create_engine() with a sync PostgreSQL URL, which defaults to the psycopg2 driver. However, the project only has asyncpg installed, not psycopg2. This fix uses asyncpg directly to acquire and release advisory locks, avoiding the need for psycopg2 entirely. The implementation handles both cases: when running in an async context (uses ThreadPoolExecutor) and when running outside an async context (uses asyncio.run directly). Co-Authored-By: alex.s@prefect.io <ajstreed1@gmail.com>
8 hours ago
49e1b30
devin/1768238129-fix-multi-worker-migration-race
CodSpeed Performance Gauge
0%
Move ensure_flow_run_id import to top-level Avoid unnecessary deferred import in _load_input_sync function. Co-Authored-By: Nate Nowack <nate@prefect.io>
4 hours ago
85fe13e
devin/1768236241-migrate-pause-suspend-flow-run-async-dispatch
CodSpeed Performance Gauge
0%
Mark SDK CLI as beta - Add (beta) indicator to sdk command group help - Add (beta) prefix to generate command description - Print beta notice when command runs Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
10 hours ago
8d76bd1
custom-deployments-sdk-phase-5
CodSpeed Performance Gauge
0%
Ā© 2026 CodSpeed Technology
Home Terms Privacy Docs