set preload_app to true
This commit is contained in:
@ -8,6 +8,7 @@ set :linked_files, %w(config/action_mailer.yml config/docker.yml.erb config/cod
|
|||||||
set :log_level, :info
|
set :log_level, :info
|
||||||
set :puma_threads, [0, 16]
|
set :puma_threads, [0, 16]
|
||||||
set :puma_workers, 4
|
set :puma_workers, 4
|
||||||
|
set :puma_preload_app, true
|
||||||
set :repo_url, 'git@github.com:openHPI/codeocean.git'
|
set :repo_url, 'git@github.com:openHPI/codeocean.git'
|
||||||
|
|
||||||
set :whenever_identifier, ->{ "#{fetch(:application)}_#{fetch(:stage)}" }
|
set :whenever_identifier, ->{ "#{fetch(:application)}_#{fetch(:stage)}" }
|
||||||
|
Reference in New Issue
Block a user