PrefectHQ
prefect
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore: switch to ty type checker ty is astral's new extremely fast python type checker written in rust. this replaces mypy in pre-commit with ty while keeping mypy for the pytest-mypy-plugins typesafety tests. starting with permissive rules - all existing errors are ignored for now and can be gradually enabled as we fix them. see https://astral.sh/blog/ty 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
chore/switch-to-ty
2 hours ago
fix: cancel orphaned flow runs when deployment is deleted during concurrency wait When a flow run is waiting in AwaitingConcurrencySlot state and its deployment is deleted, the worker would previously keep polling the run indefinitely. The server's SecureFlowConcurrencySlots rule returns an ABORT when the deployment doesn't exist, but the worker only logged this and returned False, leaving the run stuck. This fix cancels the run when we receive a "Deployment not found" abort, preventing the infinite polling loop and giving users visibility that the run was terminated due to deployment deletion. Also adds regression tests for: - Server correctly updating next_scheduled_start_time on concurrency rejection - Worker cancelling runs on deployment-not-found abort - Worker NOT cancelling runs for other abort reasons (like concurrency limit=0) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
fix/cancel-orphaned-runs-with-deleted-deployments
7 hours ago
fix: event type filter dropdown shows all types regardless of selection (#19826) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: alex.s@prefect.io <ajstreed1@gmail.com>
main
7 hours ago
fix(ui-v2): prevent page suspension during filter changes on events feed (#19827) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: alex.s@prefect.io <ajstreed1@gmail.com>
main
7 hours ago
Remove drag-to-select time range from event activity graph (#19828) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: alex.s@prefect.io <ajstreed1@gmail.com>
main
7 hours ago
Update Events feed filter layout to match Vue UI (#19825) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: alex.s@prefect.io <ajstreed1@gmail.com>
main
7 hours ago
fix(prefect-dbt): skip asset creation for ephemeral models in _call_task (#19822) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Nate Nowack <nate@prefect.io>
main
7 hours ago
Add resource type labels to event feed cards (#19820) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: alex.s@prefect.io <ajstreed1@gmail.com>
main
7 hours ago
Active Branches
chore: switch to ty type checker
last run
2 hours ago
#19835
CodSpeed Performance Gauge
0%
fix: properly drain workers in prefect_test_harness when used in async contexts
last run
1 day ago
#19770
CodSpeed Performance Gauge
0%
feat(artifacts): add RichArtifact for HTML/JS content
last run
3 days ago
#19726
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs