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
Inline try_join so we do not recapture stacktrace before retries (#41178)
Commit retries added in #40938 weren't working because the stacktrace from the `Persistence::write` call was getting recaptured in `tokio_spawn`. This inlines `tokio_spawn` to retry if it is a `DatabaseTimeout`.
GitOrigin-RevId: bfd9d5b40b8c2f17c5975b0bff282b5ef7a67ae2
0 commit comments