You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is an issue here: Heroku expects the app to bind on $PORT within 60 seconds, otherwise it considers it as a failure (boot timeout). But the cache warmup can be longer than that (it is even the goal, to make the heavy cacheable work there instead of during a web request).
I found a workaround by doing the warmup after launching nginx but it could cause some issues for the first request if it comes before the warmup is completed
No description provided.
The text was updated successfully, but these errors were encountered: