Re: Uwsgi not sending parallel all(except one) tasks to celery

2020-04-22 Thread Abhijeet Viswa
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

Uwsgi not sending parallel all(except one) tasks to celery

2020-04-22 Thread sandeep
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