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
Retry transient upstream errors in snippet and LOC generation (#8425)
Rescue 502/503/504 errors from the snippet generator and lines-of-code
counter services, requeuing the job up to 3 times with a random delay.
After retries are exhausted, the exception propagates to Sidekiq/Sentry
so persistent failures are still surfaced.
Closes#8396
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments