Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tmp_restart not working with daemon mode #925

Closed
lokenmakwana opened this issue Mar 7, 2016 · 1 comment
Closed

tmp_restart not working with daemon mode #925

lokenmakwana opened this issue Mar 7, 2016 · 1 comment

Comments

@lokenmakwana
Copy link

I recently upgraded to puma 3.1.0

Noticed that when running puma in foreground and touching tmp/restart.txt triggers a restart.

But in case of running puma in daemon mode (-d) don't trigger restarts as expected.

Steps to reproduce

  1. start puma server without -d
  2. touch tmp/restart.txt restarts server
  3. start puma server with -d and redirect output to another file
  4. touch tmp/restart.txt does nothing here
@evanphx
Copy link
Member

evanphx commented Jul 24, 2016

Sorry for the delay on this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants