By default a gunicorn worker is killed and restarted after 30s.
In greenwave's case it can happen for a worker to have to wait
longer to fetch results from resultsDB.
This commit increases the timeout to 330s and 300s for the
graceful timeout. These values are temporary and will need to
be finely tune later.
By default a gunicorn worker is killed and restarted after 30s.
In greenwave's case it can happen for a worker to have to wait
longer to fetch results from resultsDB.
This commit increases the timeout to 330s and 300s for the
graceful timeout. These values are temporary and will need to
be finely tune later.
Signed-off-by: Clement Verna cverna@tutanota.com