Hi @dldx I am not sure because I only use one worker, but maybe this way (using --preload) you could do it:
gunicorn --preload src.app:server --bind 0.0.0.0:8000 --log-level=info --timeout=90
as descirbed on
and
Hope it can help you