Skip to content

Commit

Permalink
Added 8 concurrency processes to legacy compose
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineludeau committed Dec 19, 2023
1 parent 6379350 commit c2c77e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async function main() {
}

// Legacy
queue('compose-commune').process(2, composeCommune)
queue('compose-commune').process(8, composeCommune)
queue('compute-ban-stats').process(1, computeBanStats)
queue('compute-ban-stats').add({}, {jobId: 'computeBanStatsJobId', repeat: {every: ms('15m')}, removeOnComplete: true})

Expand Down

0 comments on commit c2c77e5

Please sign in to comment.