Skip to content

Commit ddadbea

Browse files
authored
(source-sendgrid) - Configure max concurrent async job count (#55744)
1 parent e44d30a commit ddadbea

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ data:
66
hosts:
77
- api.sendgrid.com
88
connectorBuildOptions:
9-
baseImage: docker.io/airbyte/source-declarative-manifest:6.38.3@sha256:fcba02266f262aabc2f37e4f14574aa1c8c5cffd018504bab28803e405c93afe
9+
baseImage: docker.io/airbyte/source-declarative-manifest:6.39.3@sha256:ff59661ef3ad9e87da0ff35c36230acb138a5fb0900608b61449bef25d5ebc7b
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 | [55744](https://github.com/airbytehq/airbyte/pull/55744) | 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)