Avatar for the PrefectHQ user
PrefectHQ
prefect
BlogDocsChangelog

Performance History

Latest Results

fix: resolve $PREFECT_HOME-relative defaults on settings submodels local_storage_path, logging.config_path and server.memo_store_path each document a default relative to $PREFECT_HOME but resolved against the real user home directory instead. Their default_factory helpers read values.get("home"), and a default_factory only receives the validated data of the model its field belongs to. Since the three fields moved onto submodels in #18029, home is never present and each helper falls through to its ~/.prefect fallback. profiles_path uses the same pattern and works because it sits on the root model beside home. Resolve the three in post_hoc_settings, where the full Settings instance is available, guarding on __pydantic_fields_set__ so an explicitly configured path is never overwritten. Closes #23046
Rodrigo-Palma:fix/prefect-home-derived-paths
5 hours ago
chore(deps): Update python dependencies
renovate/python-dependencies
14 hours ago
chore(deps): Update python dev tooling
renovate/python-dev-tooling
14 hours ago
chore(deps): Update docker images
renovate/docker-images
14 hours ago
fix: fence Redis lease revocation claims
Tyagiquamar:fix-revoke-expired-lease-renewed
20 hours ago
fix: coordinate Redis lease revocation
Tyagiquamar:fix-revoke-expired-lease-renewed
20 hours ago
fix: prevent lease renewal during revocation
Tyagiquamar:fix-revoke-expired-lease-renewed
21 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
fix: resolve $PREFECT_HOME-relative defaults on settings submodels#23054
5 hours ago
c129a37
Rodrigo-Palma:fix/prefect-home-derived-paths
CodSpeed Performance Gauge
0%
chore(deps): Update python dependencies#22928
14 hours ago
03ec141
renovate/python-dependencies
CodSpeed Performance Gauge
0%
14 hours ago
cddbdda
renovate/python-dev-tooling
© 2026 CodSpeed Technology
Home Terms Privacy Docs