django-after-response
django-after-response copied to clipboard
django-after-response works with runserver and gunicorn, but not with uwsgi
I haven't been able to get any threading.Thread to work with uwsgi, including when using the django-after-response decorators. Has anyone experienced the same problem? I've actually written a more detailed explanation on stackoverflow: http://stackoverflow.com/questions/37930268/differences-between-uwsgi-and-gunicorn-when-running-async-calls
Thanks,
Looks like your stackoverflow post was resolved. Solution was to add --enable-threads to your uWSGI config. Sounds like this ticket can be closed.