April 2014
Intermediate to advanced
336 pages
7h 48m
English
Heroku is currently being enhanced to support the concept of a deployment region, that is, you could choose the geographical region where your application will be deployed. This feature basically enables you to reduce the latency experienced by users of your application.
Currently, Heroku is available in two geographic regions: the US and EU. If most of your users are in Europe, it makes a lot of sense to deploy your application in Europe as access will be faster for them. All applications are created in the US region by default.
The easiest way to check your application's region is to use the following heroku info command:
$ heroku info === warm-current-5432 Git URL: git@heroku.com:warm-current-5432.git Owner Email: user@test.com ...
Read now
Unlock full access