Hi,
I have an app with a callback involving some long computations, lasting longer than 30sec.
I use gunicorn + heroku and I need to set up a timeout higher than the default 30sec.
In my Procfile I tried this:
web: gunicorn index:server --timeout 90
To no avail.
Does anyone know how to do it?
Many many thanks for any insight(!).
Cheers,
Tom