PrefectHQ
prefect
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Ensure logging is configured on remote task workers When tasks execute on remote Dask/Ray workers via a serialized context, the worker process may never have called setup_logging(), so the APILogHandler is missing from Prefect loggers and task logs are silently lost. Add ensure_logging_setup() API in logging/configuration.py that encapsulates the PROCESS_LOGGING_CONFIG check and only calls setup_logging() if needed. Call it from both SyncTaskRunEngine and AsyncTaskRunEngine initialize_run() when a serialized context is present. Flush APILogHandler in the finally block to ensure logs are sent before the task result is returned. Closes #18082 Co-authored-by: Alex Streed <desertaxle@users.noreply.github.com> Co-Authored-By: alex.s <ajstreed1@gmail.com>
devin/OSS-6581-1774992663
55 minutes ago
Log PermissionError when UI static directory creation fails (#21035) Co-authored-by: Alex Streed <desertaxle@users.noreply.github.com> Co-authored-by: Alex Streed <ajstreed1@gmail.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
main
1 hour ago
fix: mock os.path.exists for UI source static path in test In CI, the UI static assets aren't built so os.path.exists returns False for source_static_path, skipping the entire code block under test. Mock it to return True so the PermissionError path is exercised. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Br1an67:fix/issue-19317-log-ui-static-dir-error
2 hours ago
Update AGENTS.md files for b9b03fc (#21377) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
main
2 hours ago
fix: set worker attribution env vars in the worker process itself (#21365) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
main
2 hours ago
fix: use mock logger instead of caplog for reliable log assertion caplog doesn't capture Prefect's custom loggers in CI due to propagation settings. Mock the logger directly instead. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Br1an67:fix/issue-19317-log-ui-static-dir-error
2 hours ago
Update AGENTS.md files for c1c14fe (#21376) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
main
3 hours ago
Add events and resources reference documentation (#21375) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
main
3 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Ensure logging is configured on remote task workers
#21379
60 minutes ago
f7bb258
devin/OSS-6581-1774992663
CodSpeed Performance Gauge
0%
Log PermissionError when UI static directory creation fails
#21035
2 hours ago
4b54067
Br1an67:fix/issue-19317-log-ui-static-dir-error
CodSpeed Performance Gauge
0%
fix: use create_api_app in OrchestrationClient to prevent read-only container failures
#20905
5 hours ago
0f95193
Br1an67:fix/19317-ha-readonly-automation
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs