Skip to main content

Django Celery Integration.

Project description

http://cloud.github.com/downloads/ask/celery/celery_favicon_128.png
Version:

2.2.0

Web:

http://celeryproject.org/

Download:

http://pypi.python.org/pypi/django-celery/

Source:

http://github.com/ask/django-celery/

Keywords:

celery, task queue, job queue, asynchronous, rabbitmq, amqp, redis, python, django, webhooks, queue, distributed

django-celery provides Celery integration for Django; Using the Django ORM and cache backend for storing results, autodiscovery of task modules for applications listed in INSTALLED_APPS, and more.

Celery is a task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well.

The execution units, called tasks, are executed concurrently on a single or more worker servers. Tasks can execute asynchronously (in the background) or synchronously (wait until ready).

Celery is already used in production to process millions of tasks a day.

Celery is written in Python, but the protocol can be implemented in any language. It can also operate with other languages using webhooks.

The recommended message broker is RabbitMQ, but support for Redis and databases (SQLAlchemy / Django) is also available.

Using django-celery

To enable django-celery for your project you need to add djcelery to INSTALLED_APPS:

INSTALLED_APPS += ("djcelery", )

then add the following lines to your settings.py:

import djcelery
djcelery.setup_loader()

Everything works the same as described in the Celery User Manual, except you need to invoke the programs through manage.py:

Program

Replace with

celeryd

python manage.py celeryd

celerybeat

python manage.py celerybeat

camqadm

python manage.py camqadm

celeryev

python manage.py celeryev

The other main difference is that configuration values are stored in your Django projects’ settings.py module rather than in celeryconfig.py.

If you’re trying celery for the first time you should start by reading Getting started with django-celery

Special note for mod_wsgi users

If you’re using mod_wsgi to deploy your Django application you need to include the following in your .wsgi module:

import os
os.environ["CELERY_LOADER"] = "django"

Documentation

The Celery User Manual contains user guides, tutorials and an API reference. Also the django-celery documentation, contains information about the Django integration.

Installation

You can install django-celery either via the Python Package Index (PyPI) or from source.

To install using pip,:

$ pip install django-celery

To install using easy_install,:

$ easy_install django-celery

Downloading and installing from source

Download the latest version of django-celery from http://pypi.python.org/pypi/django-celery/

You can install it by doing the following,:

$ tar xvfz django-celery-0.0.0.tar.gz
$ cd django-celery-0.0.0
$ python setup.py build
# python setup.py install # as root

Using the development version

You can clone the git repository by doing the following:

$ git clone git://github.com/ask/django-celery.git

Getting Help

Mailing list

For discussions about the usage, development, and future of celery, please join the celery-users mailing list.

IRC

Come chat with us on IRC. The #celery channel is located at the Freenode network.

Bug tracker

If you have any suggestions, bug reports or annoyances please report them to our issue tracker at http://github.com/ask/django-celery/issues/

Wiki

http://wiki.github.com/ask/celery/

Contributing

Development of django-celery happens at Github: http://github.com/ask/django-celery

You are highly encouraged to participate in the development of celery. If you don’t like Github (for some reason) you’re welcome to send regular patches.

License

This software is licensed under the New BSD License. See the LICENSE file in the top distribution directory for the full license text.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

django-celery-2.2.0.zip (95.7 kB view details)

Uploaded Source

django-celery-2.2.0.tar.gz (57.5 kB view details)

Uploaded Source

django-celery-2.2.0.tar.bz2 (46.6 kB view details)

Uploaded Source

File details

Details for the file django-celery-2.2.0.zip.

File metadata

  • Download URL: django-celery-2.2.0.zip
  • Upload date:
  • Size: 95.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-celery-2.2.0.zip
Algorithm Hash digest
SHA256 07e5f087bc07df59c1e596605d4affc91752d0f933bdd8fdf37305ef4abc54c2
MD5 a0a7412761e05658a41ece9cac8e99d7
BLAKE2b-256 f1474816cec12afb9c47bcbba1e4636272479d85da83e54bd988ace9a1e36c86

See more details on using hashes here.

File details

Details for the file django-celery-2.2.0.tar.gz.

File metadata

File hashes

Hashes for django-celery-2.2.0.tar.gz
Algorithm Hash digest
SHA256 7cfaf7c5b913ea34067cd25278ba2c8e210553e92a5f972d7f910baed4dea5ed
MD5 eca99bc3d01b98bc5d7a85cd65e1db99
BLAKE2b-256 108257edf557fd22bcf9c23c93eb12f4188d6e83c78e5fd868f40ce8b7702c4d

See more details on using hashes here.

File details

Details for the file django-celery-2.2.0.tar.bz2.

File metadata

File hashes

Hashes for django-celery-2.2.0.tar.bz2
Algorithm Hash digest
SHA256 dc8ba4642b6c89dadfeca1f9573b1932fdc893015f1eee8077892d52fda1f55f
MD5 055daa18689e96cff1930a126817dde4
BLAKE2b-256 3c4bd860f54507810b8a536babca1ac982290cfeef6fc75382df5bde60154ab7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page