Atur batas waktu Gunicorn melalui perintah
gunicorn app:app -b :8080 --timeout 120 --workers=3 --threads=3 --worker-connections=1000
Obedient Osprey
gunicorn app:app -b :8080 --timeout 120 --workers=3 --threads=3 --worker-connections=1000