Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Puma doesn't start the Rails app after run #3353

Closed
igordeveloper23 opened this issue Mar 22, 2024 · 0 comments
Closed

Puma doesn't start the Rails app after run #3353

igordeveloper23 opened this issue Mar 22, 2024 · 0 comments

Comments

@igordeveloper23
Copy link

I am working on Ruby on Rails app.
I used Puma with Kubernetes.
I tried to run application on production with puma.
I set the preload option for puma to make sure the ruby on rails application run immediately after the puma start.
But when I check the start log, after puma start, the ruby on rails application doesn't start.
only if it gets the first request of application, then the RoR application starts.
When I found in the document, if I set preload option with puma, it will try eager loading of application. so It will start the Ruby on Rails application immedialy after the puma start.
But it doesn't now for my project.
How can I make sure the puma run and app run immediately?
If there is any misunderstanding for me about puma configuration, Please Let me know.
Thanks in advance

@puma puma locked and limited conversation to collaborators Mar 23, 2024
@dentarg dentarg converted this issue into discussion #3354 Mar 23, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant