Skip to content

Commit

Permalink
split concurrency by group
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Dec 21, 2018
1 parent c1bbfcc commit af4c368
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions config/shoryuken.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
polling_strategy: StrictPriority
concurrency: 10
delay: 0
pidfile: tmp/pids/shoryuken.pid
queues:
- [lupo, 4]
- [lupo_background, 1]
- lupo

groups:
background:
concurrency: 5
queues:
- lupo_background

0 comments on commit af4c368

Please sign in to comment.