Boudhayan Dev
Jun 1, 2021

--

I haven't faced this on Heroku, but elsewhere. My suggestions -

1. As a first step, see the server logs in case there is any startup error.

2. Increase server timeout value. Check if Heroku supports this.

3. Check why application startup is taking more than 60 seconds. Are you doing some complex DB operation on startup, some network call etc. ? Keep startup process lean.

4. If everything else fails, migrate to a new platform. AWS would be my recommendation.

--

--

Boudhayan Dev
Boudhayan Dev

Written by Boudhayan Dev

I am a full-stack software developer currently associated with SAP Labs. You can check out my work and connect with me on GH — https://github.com/boudhayan-dev

No responses yet