Closed St4NNi closed 11 months ago
This will be mitigated by: https://github.com/ArunaStorage/ArunaServer/commit/6ffb29a2d70952ab8eab4be8a0e2b8fcef9bd605
For a proper retry logic we should wait for: https://github.com/hyperium/tonic/issues/733 and: https://github.com/tower-rs/tower/issues/682
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 / h2