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
If the internal notifier connection was not used for approx. 1 minute it goes stale and needs to be retried on the next occurrence, this results in an "Internal Notifier Error" error.
To fix this we should implement 2 measures:
Add retry / backoff logic for random transport errors in tonic / h2
Open a new backend connection for each user request
The text was updated successfully, but these errors were encountered:
Bug
If the internal notifier connection was not used for approx. 1 minute it goes stale and needs to be retried on the next occurrence, this results in an "Internal Notifier Error" error.
To fix this we should implement 2 measures:
transport errors
in tonic / h2The text was updated successfully, but these errors were encountered: