It appears that deployments max out at 100% CPU utilization during deployment, causing gunicorn to fail to deploy, thereby causing us to fail readiness checks. Test out gunicorn's "preload" feature to prevent a massive CPU spike when initializing workers.