Skip to content

Commit 3de925f

Browse files
chore(source-freshdesk): increase default_concurrency from 5 to 6 (3.2.14-rc.3) (#76332)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 49a91ff commit 3de925f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

airbyte-integrations/connectors/source-freshdesk/manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

37403740
concurrency_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

37453745
api_budget:

airbyte-integrations/connectors/source-freshdesk/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
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:

docs/integrations/sources/freshdesk.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)