Closed jlebrijo closed 1 year ago
I have found the problem!
Regarding this documentation: https://github.com/puma/puma/blob/master/docs/systemd.md systemd Type should be "notify" to respond watchdog. But in this gem it is "simple" by default.
Solution, set to "notify" the type in your deploy.rb
file:
set :puma_service_unit_type, "notify"
I will write a PR to prevent this failure.
Stale issue message
Thanks for the gem and your work on this!
I am trying to deploy with puma in a Ubuntu server. Problem is that server restarts every few seconds. If I do
tail -f /var/log/syslog
, I get it every few seconds:And Puma restarting every moment in current directory log
current/log/puma.access.log
.Any help will be really appreciate!