have Puma set the PID of the master process

This commit is contained in:
2025-04-03 20:47:42 -05:00
parent bb7f309b34
commit 8667d0571f
2 changed files with 6 additions and 15 deletions

1
config/puma.rb Normal file
View File

@ -0,0 +1 @@
ENV["PUMA_PID"] = Process.pid.to_s