disable puma pidfile

This commit is contained in:
Pete Matsyburka
2024-03-21 15:03:50 +02:00
parent 43ef0fc0d0
commit 1f49ba069e
+1 -1
View File
@@ -24,7 +24,7 @@ port ENV.fetch('PORT', 3000)
environment ENV.fetch('RAILS_ENV', 'development')
# Specifies the `pidfile` that Puma will use.
pidfile ENV.fetch('PIDFILE', "#{Dir.tmpdir}/server.pid")
@options[:pidfile] = false
# Specifies the number of `workers` to boot in clustered mode.
# Workers are forked web server processes. If using threads and workers together