22 Dec
2021
22 Dec
'21
12:42 a.m.
I'm looking to fine tune the timeout settings here as well. We're seeing that if a list has more than a few messages held then trying to release them results in a timeout. The error "message not found" occurs. The page then needs to be refreshed to see the actual count of remaining messages.
I'm considering the settings below for gunicorn.cfg
[gunicorn]
workers = 4
# No of seconds to wait before killing the worker processes. graceful_timeout = 600
# Timeout for the requests. timeout = 900