Open
Description
We could implement some exponential backoff (up to a few seconds) whenever a microservice call fail due to network issues.
- Catch the error
- Check if error is network related
- Back off
- Try again
- (X2)
- Throw the error if the response still fail
Fix should be implemented in the forwardToBackdoor
method.
eicrud/core/crud/crud.service.ts
Lines 236 to 242 in d94659d