Heroku free account limited?

Heroku provides, for free, a 5MB database Heroku provides, for free, 1 dyno. A dyno is an instance of your application running and responding to requests. If each instance of your application can serve each request in 100ms, then you get 600 requests/minute with the free account. Your application code and its assets (the slug) … Read more