fix: retry on intermittent Bad request for path: /ia/xml/xmlgw.phtml
#9
Labels
bug
Something isn't working
Bad request for path: /ia/xml/xmlgw.phtml
#9
Intacct seems to periodically throw this error which currently get raised and ends the sync
singer_sdk.exceptions.FatalAPIError: 400 Client Error: Bad request for path: /ia/xml/xmlgw.phtml
. We should use backoff handling to wait and retry. Its a bit tricky because 400's can be a legit bad request or this intermittent bad request so we should find a way to differentiate if we can otherwise its probably best to start with limited retry logic to avoid multiple retries on a legitimate bad request.cc @edgarrmondragon
The text was updated successfully, but these errors were encountered: