ccastil1 / SoftwareEngineering

0 stars 0 forks source link

Redundancy for Puma app server #26

Open cshinaver opened 7 years ago

cshinaver commented 7 years ago

Implemented with nginx redirect to secondary puma process. Does not handle case of nginx failure or full node failure.

cshinaver commented 7 years ago

https://www.digitalocean.com/community/tutorials/how-to-scale-ruby-on-rails-applications-across-multiple-droplets-part-1

cshinaver commented 7 years ago

^ Essentially just add extra app servers into nginx config