PrefectHQ
prefect
BlogDocsChangelog

Branches performance

Pull requests

fix: use correct apt version syntax for git in Dockerfile#20094
last run
1 day ago
feat: add post-install version check for git >= 1:2.47.3 Add dpkg --compare-versions check after git installation to ensure the installed version meets the minimum requirement of 1:2.47.3. The build will fail with a clear error message if the git version is too old. Co-Authored-By: alex.s@prefect.io <ajstreed1@gmail.com>
1 day ago
3490d1f
devin/1767408144-fix-dockerfile-apt-syntax
CodSpeed Performance Gauge
0%
Change default concurrency lease storage to filesystem#20091
last run
1 day ago
Fix pre-commit formatting issues - Sort imports alphabetically - Apply ruff formatting
1 day ago
7e5f3c9
yranjan06:fix/default-filesystem-storage
CodSpeed Performance Gauge
0%
Add unit tests for concurrency storage warning
2 days ago
f45614f
yranjan06:fix/warn-memory-storage
CodSpeed Performance Gauge
0%
Fix AttributeError in Consumer.cleanup() for non-memory brokers#20089
last run
2 days ago
Add cleanup() method to base Consumer class This fixes an AttributeError that occurs when using non-memory messaging brokers (like Redis) during server shutdown. The cleanup() method was added to the memory Consumer in commit 884b1fd8596 but was not added to the abstract base class, causing the Redis Consumer to fail when EventPersister.stop() calls self.consumer.cleanup(). The fix adds a default no-op cleanup() method to the base Consumer class, which is appropriate for consumers that don't need explicit cleanup (like Redis), while allowing subclasses to override it when needed (like the memory Consumer does to unsubscribe from topics). Fixes the error: AttributeError: 'Consumer' object has no attribute 'cleanup' Co-Authored-By: Nate Nowack <nate@prefect.io>
2 days ago
4a88d76
devin/1767321952-fix-consumer-cleanup-method
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs