Hatchbox: Scaling up servers
Hi, I am currently set up as a single server on hatchbox with Rails/Puma/Postgres/Background Workers, and it is time to better handle crashes and balance the traffic, busy times are noticeably much slower for the user.
Where would be best to start? Set up a second server and set it as a load balancer? Anything else to consider? Should the second be identical in size to the first?
Thanks so much!