Re: While executing a Celery Task , Error Occured: 'AsyncResult' object is not iterable

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

While executing a Celery Task , Error Occured: 'AsyncResult' object is not iterable

2020-04-22 Thread Dilipkumar Noone
I am Using Celery to perform a task in the background on form submission. As soon as form is submitted during POST request, I have created a task to execute in the back ground using delay method. This task processes some click operations on some other web using selenium web driver and return