Closed zedtux closed 1 year ago
Then i think you need to spin 2 processes . Right ?
No, as we're using Unicorn as the web server for the Rails app, and Puma for ActionCable.
Fair!
I wil make a change to allow spining of multiple processes with custom rackup file.
Stale pull request message
No bot ! Noooo !
We are using Puma in order to run the ActionCable as a separated process, and to do so we are using a Rackup file.
The way to get puma accepting Rackup file is to pass it as a command line argument. This PR adds the new
:puma_rackup_file_path
parameter doing precisely that.