Skip to content

Commit a464fd1

Browse files
committed
less threads for cats
1 parent 49d6570 commit a464fd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
web: bundle exec puma -C config/puma.rb
22
worker: bundle exec good_job start --queues="default"
33
miceworker: bundle exec good_job start --queues="mice"
4-
catsworker: bundle exec good_job start --queues="cats" --max-threads=3
4+
catsworker: bundle exec good_job start --queues="cats" --max-threads=2
55
elephantsworker: bundle exec good_job start --queues="elephants" --max-threads=1
66
whalesworker: bundle exec good_job start --queues="whales" --max-threads=1
77
unicornsworker: bundle exec good_job start --queues="unicorns" --max-threads=1

0 commit comments

Comments
 (0)