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

Support puma >= 5 #149

Open
petitJAM opened this issue Mar 11, 2021 · 3 comments
Open

Support puma >= 5 #149

petitJAM opened this issue Mar 11, 2021 · 3 comments

Comments

@petitJAM
Copy link
Contributor

The daemonize part of puma was removed in puma 5 and Subspace's config doesn't work with it now.

There's a gem here to add it back in: https://github.com/kigster/puma-daemon
It didn't just work as a drop-in replacement when I tried, and I did no further investigating, I just downgraded 😬.

Here's some discussion about the removal: puma/puma#1983

Not sure what the fix is, it could be really simple, but I haven't looked.

@petitJAM
Copy link
Contributor Author

The workaround is just gem 'puma', '< 5'.

@samsonasu
Copy link
Member

I think we should use init scripts as documented here: https://github.com/puma/puma/blob/master/docs/jungle/rc.d/README.md

@kigster
Copy link

kigster commented Oct 23, 2024

Did anyone log an issue about what didn't work with puma-daemon?

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

3 participants