Skip to content

Commit a76567e

Browse files
Merge pull request #67 from datacite/increase-worker-concurrency-3
Increease worker concurrency to 95 threads per worker
2 parents f6967d3 + 82795e6 commit a76567e

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: 100
1+
concurrency: 200
22
delay: 0
33
pidfile: tmp/pids/shoryuken.pid
44

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

0 commit comments

Comments
 (0)