PrefectHQ
prefect
BlogDocsChangelog

Branches performance

Pull requests

fix: remove incorrect docstrings from CLI ls commands#20206
last run
34 minutes ago
fix: remove incorrect docstrings from CLI ls commands The variable ls and artifact ls commands had copy-pasted docstrings that incorrectly referenced "flow runs" instead of their actual resource types. These redundant argument descriptions are already covered by the typer Option help text. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
38 minutes ago
8d608e7
fix/cli-json-output-docstrings
CodSpeed Performance Gauge
0%
last run
7 months ago
add comment
7 months ago
bc0e9e9
update-lockfile
CodSpeed Performance Gauge
0%
Fix active_slots display for rate limits with slot decay Issue: The active_slots counter for global concurrency limits with slot_decay_per_second configured was not updating in the UI/API, appearing stuck at the maximum value even though rate limiting was functioning correctly. Root Cause: The read_concurrency_limit() and read_all_concurrency_limits() functions were returning the raw active_slots database column instead of computing the value with decay applied. While slot acquisition correctly used active_slots_after_decay() to check availability, the API responses did not reflect this computation. Solution: Modified both read functions to: 1. Select the computed active_slots_after_decay() and denied_slots_after_decay() values alongside the model 2. Override the model's active_slots and denied_slots attributes with the computed values before returning This ensures the API/UI displays accurate real-time slot availability that accounts for time-based decay, matching the behavior used during slot acquisition. Fixes #20187 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
17 hours ago
68ffc09
fix-rate-limit-slots-ui-display
CodSpeed Performance Gauge
0%
Adding json output in prefect deployment cli#20198
last run
8 hours ago
adding json output in prefect deployment cli
8 hours ago
1a15d50
xeniumcode:issue#19483-deploymentls
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs