Skip to content

Commit

Permalink
Update concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-at-flexion committed Jan 17, 2025
1 parent 2d87e5e commit f5f5bf3
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
Expand Up @@ -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({
Expand Down

0 comments on commit f5f5bf3

Please sign in to comment.