File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
airbyte-integrations/connectors/source-freshdesk
docs/integrations/sources Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1692,7 +1692,7 @@ spec:
16921692 Number of concurrent threads for syncing. Higher values can speed up
16931693 syncs but may increase API rate limit usage. Adjust based on your
16941694 Freshdesk API plan.
1695- default : 5
1695+ default : 6
16961696 minimum : 2
16971697 maximum : 16
16981698 order : 5
@@ -3739,7 +3739,7 @@ schemas:
37393739
37403740concurrency_level :
37413741 type : ConcurrencyLevel
3742- default_concurrency : " {{ config.get('num_workers', 5 ) }}"
3742+ default_concurrency : " {{ config.get('num_workers', 6 ) }}"
37433743 max_concurrency : 16
37443744
37453745api_budget :
Original file line number Diff line number Diff line change 1010 connectorSubtype : api
1111 connectorType : source
1212 definitionId : ec4b9503-13cb-48ab-a4ab-6ade4be46567
13- dockerImageTag : 3.2.14-rc.2
13+ dockerImageTag : 3.2.14-rc.3
1414 dockerRepository : airbyte/source-freshdesk
1515 documentationUrl : https://docs.airbyte.com/integrations/sources/freshdesk
1616 externalDocumentationUrls :
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ If you don't use the start date Freshdesk will retrieve only the last 30 days. M
7272
7373| Version | Date | Pull Request | Subject |
7474| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------------ |
75+ | 3.2.14-rc.3 | 2026-04-14 | | Concurrency tuning iteration 3: increase default_concurrency from 5 to 6 |
7576| 3.2.14-rc.2 | 2026-04-13 | [ 76272] ( https://github.com/airbytehq/airbyte/pull/76272 ) | Concurrency tuning iteration 2: increase default_concurrency from 4 to 5 |
7677| 3.2.14-rc.1 | 2026-04-10 | [ 76202] ( https://github.com/airbytehq/airbyte/pull/76202 ) | Add concurrency_level and num_workers for concurrency tuning |
7778| 3.2.13 | 2026-03-31 | [ 75719] ( https://github.com/airbytehq/airbyte/pull/75719 ) | Update dependencies |
You can’t perform that action at this time.
0 commit comments