askbot-devel icon indicating copy to clipboard operation
askbot-devel copied to clipboard

In latest github version, gunicorn bootup hangs when NOCAPTCHA = False ...

Open nmvega opened this issue 7 years ago • 0 comments

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.

nmvega avatar Oct 15 '17 16:10 nmvega