< Home - < Back

django-celery


Information about the package, django-celery, which is shipped with common Linux distributions. The django-celery package is designed for, Django Celery Integration.


Package Name:

django-celery

Summary:

Django Celery Integration

Description:

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).

Architecture:

noarch

Version:

2.2.7

Release:

1.el6

Size:

112 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for django-celery


Control the django-celery package with the following handy commands outlined below.


Command

Description of Command

yum install django-celery

This command will install django-celery on the server.

yum remove django-celery

This command will un-install django-celery on the server. When you run this command, you will be asked if you are sure that you want to remove django-celery, so you have to manually confirm that you want to do this.

yum -y remove django-celery

This command will un-install django-celery on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove django-celery when using the -y flag.

yum update django-celery

This command will update django-celery to the latest version. When you run this command, you will be asked if you are sure that you want to remove django-celery, so you have to manually confirm that you want to do this.

yum -y update django-celery

This command will update django-celery to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove django-celery when using the -y flag.

yum info django-celery

This command will show you core information about the django-celery package.

yum deplist django-celery

This command will show you the dependencies for django-celery. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update django-celery

This command will check if there is an update waiting on django-celery. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.