Hi!
I think you've found the wrong mailing list for this post. This mailing
list is for discussing the development of Django itself, not for support
using Django. This means the discussions of bugs and features in Django
itself, rather than in your code using it. People on this list are unlikely
t
Hi, Im facing issue like I'm trying to send 30 parallel tasks to the celery
and trying to get back the result using apply_async() but uwsgi is sending
only one task to celery and
not giving back the result to python code. Thing is it is working fine with
flask development server but when i uwsgi