< Home - < Back

python-celery


Information about the package, python-celery, which is shipped with common Linux distributions. The python-celery package is designed for, Distributed Task Queue.


Package Name:

python-celery

Summary:

Distributed Task Queue

Description:

An open source asynchronous 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 one or more worker nodes using multiprocessing, Eventlet or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). Celery is used in production systems 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 limited support for Redis, Beanstalk, MongoDB, CouchDB and databases (using SQLAlchemy or the Django ORM) is also available.

Architecture:

noarch

Version:

2.2.8

Release:

2.el6

Size:

1.7 M

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for python-celery


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


Command

Description of Command

yum install python-celery

This command will install python-celery on the server.

yum remove python-celery

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

yum -y remove python-celery

This command will un-install python-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 python-celery when using the -y flag.

yum update python-celery

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

yum -y update python-celery

This command will update python-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 python-celery when using the -y flag.

yum info python-celery

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

yum deplist python-celery

This command will show you the dependencies for python-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 python-celery

This command will check if there is an update waiting on python-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.