capistrano: reduce delayed job worker count (16 -> 12).

This commit is contained in:
evazion
2019-12-02 16:55:30 -06:00
parent 56a2fae26f
commit 008e97a787

View File

@@ -1,5 +1,6 @@
set :user, "danbooru"
set :rails_env, "production"
set :delayed_job_workers, 12
append :linked_files, ".env.production"
server "kagamihara", :roles => %w(web app cron), :primary => true