hackoregon / transportation-backend

Transportation backend repo - 2016 and 2017
8 stars 7 forks source link

implement monkey patching to eliminate worker timeouts #41

Closed MikeTheCanuck closed 7 years ago

MikeTheCanuck commented 7 years ago

This is the configuration that we've implemented on the rest of the backend projects to eliminate the irritating and sometimes-deploy-interrupting CRITICAL WORKER TIMEOUT problem with gunicorn.

I've tested this on a local Docker container build and it worked flawlessly.

This is exactly the same configuration as we've implemented on the other backend apps.