Skip to content

Commit 0d32f63

Browse files
committedMar 13, 2025
configure async job count
1 parent 78aec78 commit 0d32f63

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
 

‎airbyte-integrations/connectors/source-sendgrid/manifest.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ check:
77
stream_names:
88
- bounces
99

10+
max_concurrent_async_job_count: 2
1011
definitions:
1112
streams:
1213
bounces:

‎airbyte-integrations/connectors/source-sendgrid/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: fbb5fbe2-16ad-4cf4-af7d-ff9d9c316c87
13-
dockerImageTag: 1.3.0
13+
dockerImageTag: 1.3.1
1414
releases:
1515
breakingChanges:
1616
1.0.0:

‎docs/integrations/sources/sendgrid.md

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ The connector is restricted by normal Sendgrid [requests limitation](https://doc
8989

9090
| Version | Date | Pull Request | Subject |
9191
|:--------|:-----------| :------------------------------------------------------- |:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
92+
| 1.3.1 | 2025-03-13 | [XXXXX](https://github.com/airbytehq/airbyte/pull/XXXXX) | Increase max concurrent async job count to 2 |
9293
| 1.3.0 | 2025-03-04 | [55185](https://github.com/airbytehq/airbyte/pull/55185) | Update manifest for adapting changes with AsyncRetriever |
9394
| 1.2.9 | 2025-02-23 | [54625](https://github.com/airbytehq/airbyte/pull/54625) | Update dependencies |
9495
| 1.2.8 | 2025-02-15 | [54013](https://github.com/airbytehq/airbyte/pull/54013) | Update dependencies |

0 commit comments

Comments
 (0)