Python Tutorial

Tuesday, May 14, 2013

django celery : asynchronous task queue, scheduling

django-celery provides celery integration for django. Using django-celery we can maintain asynchronous task queue/job queue. It is focused on real-time operation, but supports scheduling as well.

Installation:
$ pip install django-celery

0 comments:

Post a Comment