We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I created a new project and I would prefer using render_sync API instead of ActionCable since it seems simpler to me.
The problem I am facing is that rails server(which is puma in Rails 5) is restarted when I run rackup sync.ru -E production.
rackup sync.ru -E production
I am not sure what is the reason for this. Any advice? Is it maybe that rackup command is doing a touch tmp/restart.txt or something like that?
rackup
touch tmp/restart.txt
The text was updated successfully, but these errors were encountered:
I copied my code folder and started rails puma server in one copy and sync server in other.
It works. The problem seems to be that both rails and sync use puma. Sync does not use thin as expected.
Is puma a better alternative?
Sorry, something went wrong.
is it working for Rails 5?
No branches or pull requests
I created a new project and I would prefer using render_sync API instead of ActionCable since it seems simpler to me.
The problem I am facing is that rails server(which is puma in Rails 5) is restarted when I run
rackup sync.ru -E production
.I am not sure what is the reason for this. Any advice? Is it maybe that
rackup
command is doing atouch tmp/restart.txt
or something like that?The text was updated successfully, but these errors were encountered: