I'm confused why the reload route is exposed to the public via the website.
If you hit this route then the action takes so long to execute the request eventually times out.
If you hit this action waiting for the time-out then other subsequent requests are blocked from being processed if the server is only running on one Heroku Dyno
I'm confused why the reload route is exposed to the public via the website.