codecov
umbrella
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
feat: add lock milestones and task tracking to upload breadcrumbs Add LOCK_ACQUIRING, LOCK_ACQUIRED, LOCK_RELEASED milestones to the Milestones enum for tracking lock lifecycle events in breadcrumbs. Add task_name and parent_task_id fields to BreadcrumbData so each breadcrumb records which Celery task produced it and the parent task in the chain. Update _call_upload_breadcrumb_task to accept and pass these new fields. No migration needed -- Milestones is only used within BreadcrumbData (JSONField) and the new Pydantic fields default to None. Co-authored-by: Cursor <cursoragent@cursor.com>
tomhu/revert-pipeline-context
21 hours ago
fix(worker): Address PR feedback for bundle analysis and lock manager - Return processing_results in max-retries-exceeded path for consistent defensive isinstance behavior (bundle_analysis_processor) - Consolidate redis exception imports; add blank line between lock_name and attempt_key in LockManager.locked() (lock_manager) Refs CCMRG-2042 Co-authored-by: Cursor <cursoragent@cursor.com>
joebecher/ccmrg-2042-cap-bundle-analysis-processor-at-10-attempts-and-fix
2 days ago
fix(worker): Address PR feedback for bundle analysis and lock manager - Return processing_results in max-retries-exceeded path for consistent defensive isinstance behavior (bundle_analysis_processor) - Consolidate redis exception imports; add blank line between lock_name and attempt_key in LockManager.locked() (lock_manager) Refs CCMRG-2042 Co-authored-by: Cursor <cursoragent@cursor.com>
joebecher/ccmrg-2042-cap-bundle-analysis-processor-at-10-attempts-and-fix
2 days ago
feat: add peformance enhancements to export (#706)
main
9 days ago
feat: add peformance enhancements to export
adrian/export-performance-big-loads
10 days ago
adjust index length name (#690) * adjust index length name * adjust model name
main
11 days ago
refactor: consolidate ReportType to shared.django_apps.reports.models ReportType already existed in shared.django_apps.reports.models (used by the API and some worker services). Remove the duplicate from shared.django_apps.enums and point worker imports to the canonical location, eliminating redundancy. Co-authored-by: Cursor <cursoragent@cursor.com>
refactor/phase-0-enums-reporttype
12 days ago
refactor: move database.enums to shared.django_apps.enums Move all plain Python enums from apps/worker/database/enums.py to libs/shared/shared/django_apps/enums.py, decoupling them from the SQLAlchemy database package. Update all ~60 consumer files in the worker to import from the new shared location. The old database/enums.py is kept as a re-export shim for backward compatibility. Part of the SQLAlchemy removal migration (Phase 0). Co-authored-by: Cursor <cursoragent@cursor.com>
refactor/phase-0-enums-bulk
12 days ago
Active Branches
feat: add BundleAnalysisFlow checkpoint logger
last run
21 hours ago
#714
CodSpeed Performance Gauge
0%
refactor: consolidate ReportType to shared.django_apps.reports.models
last run
12 days ago
#703
CodSpeed Performance Gauge
0%
refactor: move database.enums to shared.django_apps.enums
last run
12 days ago
#701
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs