This package browser is in early development. Mind the rough edges.

python-celery 5.5.3

Distributed Task Queue

Celery is an 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 a single or more worker servers using multiprocessing, Eventlet, or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready).

Installation

Install python-celery 5.5.3 as follows:

guix install python-celery@5.5.3

Or install the latest version:

guix install python-celery

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.