Flask Getting around Heroku's 30 seconds timeout limit with Flask Heroku has this 30s request timeout window in which if your app doesn't send anything within 30 seconds, the request is cancelled and Application Error is returned. With Flask, there's an easy way