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
core: stop worker when unable to process requests after infra load
The worker is able to process requests if infra load:
* ... went fine, happy path (just process request)
* ... failed with a perennial error (expected behavior is reject requests
on the same version of the same infra)
If infra load failed with a temporary error (and after possible retries),
better just stop and let orchestrator decide to retry or not.
No retry implemented so far.
Signed-off-by: Pierre-Etienne Bougué <[email protected]>
0 commit comments