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
{{ message }}
This repository was archived by the owner on Nov 13, 2023. It is now read-only.
Current Problem Statement:
the current 5XX check includes 500 which is not TransientError,
500 error requires code changes or query changes by the dev team.
so retry for 500 always returns 500
if there is dependency on Service-1 for 3 different Api calls for 3 different workflows, opening circuit for 500 error on Api-1 makes the entire Service unavailable.
Proposed Fix:
response status code should be ">500" instead of ">=500"