Celery is really all you need.
IIRC, you'll have to install celery, django-celery, setup a broker backend
(which handles the task dispatching), and a result backend (i.e. where
you'll get results from your tasks).
This means you'll have to run a celery server and quite possibly a separate
server
https://github.com/ask/django-celery
Take a look at that, it should be able to do what you want, though never
used it myself yet.
On 25.08.2011 09:24, Amit Sethi wrote:
What is the best solution for delegating a long time taking job from a
django view. Basically i wish to query a few web api
2 matches
Mail list logo