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
With #1426 deployed in case of invalid project state (when it could not be parsed or fetched) we will reuse the old state up until the grace period is reached.
This does not stop the Relay to try and update the state in next refresh cycle again though. We must make sure that we have a back off for these retries so we won’t DDoS our own services with requests.
The text was updated successfully, but these errors were encountered:
// If a single request succeeded we reset the backoff. We decided to
// only backoff if we see that the project config endpoint is
// completely down and did not answer a single request successfully.
//
// Otherwise we might refuse to fetch any project configs because of a
// single, reproducible 500 we observed for a particular project.
slf.backoff.reset();
jan-auer
changed the title
Backoff mechanism for fetching projects in case of error
[INC-263] Backoff mechanism for fetching projects in case of error
Dec 6, 2022
With #1426 deployed in case of invalid project state (when it could not be parsed or fetched) we will reuse the old state up until the grace period is reached.
This does not stop the Relay to try and update the state in next refresh cycle again though. We must make sure that we have a back off for these retries so we won’t DDoS our own services with requests.
The text was updated successfully, but these errors were encountered: