Skip to content

Commit ee03f26

Browse files
Merge pull request #58 from datacite/increase-worker-concurrency-v2
Increase worker concurrency v2
2 parents e24a2d5 + 9f1f927 commit ee03f26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/shoryuken.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
concurrency: 20
1+
concurrency: 30
22
delay: 0
33
pidfile: tmp/pids/shoryuken.pid
44

55
groups:
66
events:
7-
concurrency: 7
7+
concurrency: 10
88
queues:
99
- events
1010
events_index:
11-
concurrency: 7
11+
concurrency: 10
1212
queues:
1313
- events_index

0 commit comments

Comments
 (0)