Skip to content

Commit 30882fa

Browse files
committed
Add concurrency options for other queues.
Because we're overriding the concurrency for the outbound mail queue, the default behaviour of having concurreny=1 for each task is lost, and instead Procfile tasks that aren't listed here get concurrency=0. Gah!
1 parent 3ff6204 commit 30882fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.foreman

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
concurrency: inbound_mail=1, outbound_mail=3, resque_web=1
1+
concurrency: inbound_mail=1, outbound_mail=3, resque_web=1, search_updates=1, thread_views=1

0 commit comments

Comments
 (0)