Skip to content

Commit

Permalink
use WeightedRoundRobin policy for background queue
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Oct 6, 2018
1 parent a2f00f0 commit 8c53eb5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions config/shoryuken.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
polling_strategy: StrictPriority
concurrency: 15
concurrency: 20
delay: 0
pidfile: tmp/pids/shoryuken.pid
queues:
- lupo
- lupo_background
- [lupo, 4]
- [lupo_background, 1]

0 comments on commit 8c53eb5

Please sign in to comment.