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

Server Puma restarts when receive quiet signal #131

Open
ArmandoAssuncao opened this issue Nov 6, 2024 · 0 comments
Open

Server Puma restarts when receive quiet signal #131

ArmandoAssuncao opened this issue Nov 6, 2024 · 0 comments

Comments

@ArmandoAssuncao
Copy link

ArmandoAssuncao commented Nov 6, 2024

In puma documentation the signal USR1 restarts the server, this creates a lot of processes to sidekiq.

Screenshot from 2024-11-12 10-56-06

So change signal to TSTP fix this, this signal is equal quiet signal of the Sidekiq, ref.

To test, use the quiet button of sidekiq web.

tested with puma 6.4.3.

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

1 participant