Skip to content

Commit 49d3750

Browse files
feat(source-gitlab): Increase default concurrency from 8 to 10 (4.4.23-rc.3) (#75537)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent a0c1d09 commit 49d3750

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ definitions:
946946

947947
concurrency_level:
948948
type: ConcurrencyLevel
949-
default_concurrency: "{{ config.get('num_workers', 8) }}"
949+
default_concurrency: "{{ config.get('num_workers', 10) }}"
950950
max_concurrency: 25
951951

952952
streams:

airbyte-integrations/connectors/source-gitlab/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: 5e6175e5-68e1-4c17-bff9-56103bbb0d80
13-
dockerImageTag: 4.4.23-rc.2
13+
dockerImageTag: 4.4.23-rc.3
1414
dockerRepository: airbyte/source-gitlab
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/gitlab
1616
externalDocumentationUrls:

docs/integrations/sources/gitlab.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ You can adjust the **Number of Concurrent Workers** setting to control how many
131131

132132
| Version | Date | Pull Request | Subject |
133133
| :------ | :--------- | :------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
134+
| 4.4.23-rc.3 | 2026-03-27 | [75537](https://github.com/airbytehq/airbyte/pull/75537) | Increase default concurrency from 8 to 10 for progressive rollout tuning |
134135
| 4.4.23-rc.2 | 2026-03-25 | [75480](https://github.com/airbytehq/airbyte/pull/75480) | Comment out HTTPAPIBudget to isolate concurrency tuning during progressive rollout |
135136
| 4.4.23-rc.1 | 2026-03-09 | [70858](https://github.com/airbytehq/airbyte/pull/70858) | Add HTTPAPIBudget and concurrency_level for improved sync performance |
136137
| 4.4.22 | 2026-02-24 | [73774](https://github.com/airbytehq/airbyte/pull/73774) | Update dependencies |

0 commit comments

Comments
 (0)