1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Source Zendesk Support: refactor and debug stuck syncs (#20900)

* #1231 source zendesk support: remove synchronous sleep, add logging, reduce backoff time

* #1231 source zendesk support: upd changelog

* #1231 source zendesk: reduce sleeps

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
This commit is contained in:
Denys Davydov
2023-01-17 18:54:17 +02:00
committed by GitHub
parent 5b731d1c8d
commit f31d92c3a9
9 changed files with 259 additions and 138 deletions

View File

@@ -59,8 +59,9 @@ The Zendesk connector ideally should not run into Zendesk API limitations under
## Changelog
| Version | Date | Pull Request | Subject |
|:---------|:-----------| :------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `0.2.19` | 2022-12-09 | [19967](https://github.com/airbytehq/airbyte/pull/19967) | Fix reading response for more than 100k records |
|:---------|:-----------|:---------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `0.2.20` | 2022-12-28 | [20900](https://github.com/airbytehq/airbyte/pull/20900) | Remove synchronous time.sleep, add logging, reduce backoff time |
| `0.2.19` | 2022-12-09 | [19967](https://github.com/airbytehq/airbyte/pull/19967) | Fix reading response for more than 100k records |
| `0.2.18` | 2022-11-29 | [19432](https://github.com/airbytehq/airbyte/pull/19432) | Revert changes from version 0.2.15, use a test read instead |
| `0.2.17` | 2022-11-24 | [19792](https://github.com/airbytehq/airbyte/pull/19792) | Transform `ticket_comments.via` "-" to null |
| `0.2.16` | 2022-09-28 | [17326](https://github.com/airbytehq/airbyte/pull/17326) | Migrate to per-stream states. |