Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #25 from JupiterOne/INT-11156-14
Browse files Browse the repository at this point in the history
INT-11156: update concurrency limit
  • Loading branch information
gastonyelmini authored Jul 5, 2024
2 parents 1b0c27e + 40f315b commit d437e52
Show file tree
Hide file tree
Showing 3 changed files with 1,945 additions and 1,815 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"postversion": "cp package.json ./dist/package.json"
},
"peerDependencies": {
"@jupiterone/integration-sdk-core": "^13.1.1"
"@jupiterone/integration-sdk-core": "^12.0.0"
},
"devDependencies": {
"@jupiterone/integration-sdk-core": "^13.1.1",
"@jupiterone/integration-sdk-dev-tools": "^13.1.1",
"@jupiterone/integration-sdk-testing": "^13.1.1",
"@jupiterone/integration-sdk-core": "^12.0.0",
"@jupiterone/integration-sdk-dev-tools": "^12.0.0",
"@jupiterone/integration-sdk-testing": "^12.0.0",
"@types/mssql": "^8.1.2",
"auto": "^10.36.5"
},
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const invocationConfig: IntegrationInvocationConfig<IntegrationConfig> =
instanceConfigFields,
validateInvocation,
integrationSteps,
stepConcurrency: 1,
stepConcurrency: 3,
async afterExecution(context) {
try {
await close(context.logger);
Expand Down
Loading

0 comments on commit d437e52

Please sign in to comment.