Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37515127
en ru br
ALT Linux repos
S:5.2.7-alt1

Group :: Development/Python3
RPM: python3-module-celery

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 5.2.7-alt1
Build date: 17 july 2022, 15:05 ( 92.5 weeks ago )
Size: 1177.76 Kb

Home page:   https://github.com/celery/celery

License: BSD License
Summary: Celery is an open source asynchronous task queue/job queue based on distributed message passing
Description:

Celery is 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.

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

  • python3-module-celery-sphinx
  • python3-module-celery
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin