virtualstaticvoid / heroku-buildpack-r

Heroku buildpack for R - Makes deploying R on Heroku easy
MIT License
304 stars 235 forks source link

Increasing timeout #147

Closed marissa97 closed 3 years ago

marissa97 commented 3 years ago

Is it possible to increase the timeout for RPlumber heroku? My calculation takes around 1minutes and it only wants to wait for 30s. Thankyou

virtualstaticvoid commented 3 years ago

Hi @marissa97

The request timeout is defined by Heroku to be 30 seconds. Unfortunately there isn't a way to change it.

See https://devcenter.heroku.com/articles/request-timeout for further details.