Skip to content

fix: retry on intermittent Bad request for path: /ia/xml/xmlgw.phtml #9

@pnadolny13

Description

@pnadolny13

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions