Skip to content

Commit 28f2ca0

Browse files
committed
Deploy sidekiq with 10 threads.
1 parent 782d689 commit 28f2ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/containers/app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ hooks:
7676
exec 2>&1
7777
cd $home
7878
chown -R rubybench /shared/log/rails
79-
exec chpst -u rubybench bundle exec sidekiq -e production -L /shared/log/rails/sidekiq.log -c 1
79+
exec chpst -u rubybench bundle exec sidekiq -e production -L /shared/log/rails/sidekiq.log -c 5
8080
- replace:
8181
filename: /etc/nginx/nginx.conf
8282
from: pid /run/nginx.pid;

0 commit comments

Comments
 (0)