Remix.run Logo
withinboredom 4 days ago

This is likely because the default MySQL connection limit is only 100 connections and your web server is trying to make more than 100 connections (MySQL is not available error). Then if you are using fpm, the default is just a small worker pool. A cheap server can likely handle thousands of requests, but all the defaults will limit you to under 100.