diff --git a/config/puma.rb b/config/puma.rb index 805e1ee..c206e96 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -38,6 +38,8 @@ plugin :tmp_restart # Run the Solid Queue supervisor inside of Puma for single-server deployments plugin :solid_queue if ENV["SOLID_QUEUE_IN_PUMA"] +force_shutdown_after 25 + # Specify the PID file. Defaults to tmp/pids/server.pid in development. # In other environments, only set the PID file if requested. pidfile ENV["PIDFILE"] if ENV["PIDFILE"]