Skip to content

Commit

Permalink
Merge pull request #422 from GSA/lc/update-concurrency
Browse files Browse the repository at this point in the history
Update concurrency
luke-at-flexion authored Jan 17, 2025
2 parents 2d87e5e + f5f5bf3 commit e233c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/scan-engine/src/scan-engine.consumer.ts
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ export class ScanEngineConsumer {
*/
@Process({
name: CORE_SCAN_JOB_NAME,
concurrency: 4,
concurrency: 2,
})
async processCore(job: Job<CoreInputDto>) {
this.logger.debug({

0 comments on commit e233c67

Please sign in to comment.