You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor: move record_stats out of record_error/success/requeue
- BuildStatusRecorder: record outcome first, then call build.record_stats(stats) only when acknowledged; combine into single if acknowledged block
- Redis BuildRecord: record_error/record_success/record_requeue no longer take stats; add public record_stats(stats, pipeline: nil)
- In-memory BuildRecord: same API change; record_stats public
- GrindRecord/GrindRecorder: same pattern - record_error/record_success without stats, record_stats at end
- Tests: update callers to use new API (no stats in record_*; record_stats called separately where needed)
0 commit comments