askbot-devel
askbot-devel copied to clipboard
In latest github version, gunicorn bootup hangs when NOCAPTCHA = False ...
Setting NOCAPTCHA = False
and restarting gunicorn
causes gunicorn
to hang forever, eventually ending in this nginx webpage timeout message:
504 Gateway Time-out
nginx/1.10.2
If you refresh the page without restart gunicorn and quickly edit the value to True
before page times out, gunicorn
/application boot-up resumes and completes. Something is causing application boot-up to get stuck on that entry in settings.py when NOCAPTCHA = False
.