Skip to content

Conversation

@darynaishchenko
Copy link
Collaborator

oncall: https://github.com/airbytehq/oncall/issues/4759

error_handler doesn't have a case for complexityBudgetExhausted, which is actually 429 error and source need to retry.

{ "errors": [ "Complexity budget exhausted, query cost 222250 budget remaining 214980 out of 10000000 reset in 16 seconds" ], "status_code": 429, "error_message": "Complexity budget exhausted, query cost 222250 budget remaining 214980 out of 10000000 reset in 16 seconds", "error_code": "complexityBudgetExhausted", "account_id": <obfuscated> } 

Added this case to error_handler in manifest.yaml. Covered this case in integration tests.

@darynaishchenko darynaishchenko self-assigned this Apr 1, 2024
@vercel
Copy link

vercel bot commented Apr 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 5, 2024 5:03pm
@erohmensing
Copy link
Contributor

Let's close #36741 as well when this is in if it resolves the issue :)

@darynaishchenko darynaishchenko merged commit 560bead into master Apr 8, 2024
@darynaishchenko darynaishchenko deleted the daryna/source-monday/key-error-data branch April 8, 2024 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/connectors Connector related issues area/documentation Improvements or additions to documentation connectors/source/monday team/connectors-python

5 participants