django-after-response icon indicating copy to clipboard operation
django-after-response copied to clipboard

django-after-response works with runserver and gunicorn, but not with uwsgi

Open lduros opened this issue 9 years ago • 1 comments

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,

lduros avatar Jun 21 '16 13:06 lduros

Looks like your stackoverflow post was resolved. Solution was to add --enable-threads to your uWSGI config. Sounds like this ticket can be closed.

fletchowns avatar Jan 15 '18 22:01 fletchowns