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
- Fix fallback logic to only trigger on actual exceptions, not when
errors_while_computing or flag_missing is set from a successful API response
- Change log.exception() to log.warning() for expected operational errors
(quota limits, timeouts, connection errors, API errors) to reduce log noise
- Keep log.exception() only for truly unexpected errors (unknown_error)
- Extract stale cache fallback into _get_stale_flag_fallback() helper method
0 commit comments