We have a grails app deployed in heroku cedar, our app takes more than 60 seconds to start, and according to heroku:
A web process took longer than 60 seconds to bind to its assigned $PORT. When this happens, the dyno’s process is killed and the dyno is considered crashed
we reduced dependencies as posible but in some occasions the startup takes more than 60 seconds, so our app is stopped by heroku.
Do you know some way to avoid this?