Hey,
You need to refer the celery documentation. Whenever you submit a task to
celery, it returns a uniques id for that task. Later you can use it to
retrieve the results.

This might help ->
http://stackoverflow.com/questions/5544611/retrieve-a-task-result-object-given-a-task-id-in-celery

Regards,

*Palansh Agarwal | +918239026608 <http://+918239026608>|+919461787317
<http://+919461787317/>*

*http://www.palanshagarwal.com/ <http://www.palanshagarwal.com/>*

*Co-Founder and CTO at EventGraphia Pvt. Ltd. <http://eventgraphia.com/>*
[image: https://www.facebook.com/palansh.agarwal]
<https://www.facebook.com/palansh.agarwal>
<https://in.linkedin.com/in/palansh>  <https://twitter.com/pyg33k>  [image:
https://github.com/py-geek] <https://github.com/py-geek>

On Wed, Aug 24, 2016 at 4:21 PM, Arshpreet Singh <arsh...@gmail.com> wrote:

> I am adding few functions as celery task those are making calls to
> certain WebAPI, Parsing and filtering but returning results
> continuously. I want output of those results in my application view.
>
> Now I am not able to understand that how to get results of those
> functions in my application view when those functions are executed
> successfully?
>
> Is there any other Python library I need to use to get results of
> celery workers except celery?
>
> --
>
> Thanks
> Arshpreet Singh
> Python Developer
> Web Development/Data Science/Systems Integration
> Mobile: (91)987 6458 387
> https://www.linkedin.com/in/arsh840
> तूफानों से आँख मिलाओ, सैलाबों पे  वार करो
> मल्लाहो का चक्कर छोड़ो , तैर के दरिया पार करो
>
> फूलों की दुकाने खोलो , खुसबू का व्योपार करो
> इश्क़ खता है तो यह खता एक वार नहीं, सौ वार करो
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/CAAstK2HUq1%3DR6q_%2BWr43pPv4as20RyMCS1EdmmW-
> bwEXv2ndYw%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAPCyp%2B9Mh8Zug%2BqqghUsSXY44a-c-tGOQs2B3qzxX87q6FsaDw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to