Although bill-teams while running will trigger the retry process if it encounters any one of some predetermined/predefined network related errors*, the validation process which runs before querying users data does not.
After a quick diagnosis, it turns out the validation class doesn't really catch all of the common network errors (found in ) as it should. It should be a simple fix where we just include all the errors from .
In GitLab by @mhxion on Jan 31, 2024, 19:44
Although bill-teams while running will trigger the retry process if it encounters any one of some predetermined/predefined network related errors*, the validation process which runs before querying users data does not.
After a quick diagnosis, it turns out the validation class doesn't really catch all of the common network errors (found in ) as it should. It should be a simple fix where we just include all the errors from .