-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source Zendesk Support: refactor and debug stuck syncs #20900
Source Zendesk Support: refactor and debug stuck syncs #20900
Conversation
…reduce backoff time
/test connector=connectors/source-zendesk-support
Build PassedTest summary info:
|
/test connector=connectors/source-zendesk-support
|
/test connector=connectors/source-zendesk-support
Build PassedTest summary info:
|
assert len(records) == records_count | ||
end = datetime.datetime.now() | ||
sleep_time = int(60 / x_rate_limit) | ||
assert sleep_time - 1 <= (end - start).seconds <= sleep_time + 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this test shows 6 seconds sleeping against 44 on a previous version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move the common method from the stream class to their base class.
@bazarnov unfortunately I can not do it because the base class has it's own implementation and some of the descendants inherit it |
/publish connector=connectors/source-zendesk-support
if you have connectors that successfully published but failed definition generation, follow step 4 here |
Airbyte Code Coverage
|
What
https://github.com/airbytehq/oncall/issues/1231
How
ignore_pagination
config variable to speed up SATs