Package python3-module-celery: Information

    Binary package: python3-module-celery
    Version: 4.2.1-alt1
    Architecture: x86_64
    Build time:  Sep 13, 2018, 10:35 PM in the task #212989
    Source package: python-module-celery
    Report package bug
    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.

    Maintainer: Aleksei Nikiforov


    Last changed


    Sept. 13, 2018 Aleksei Nikiforov 4.2.1-alt1
    - Updated to upstream version 4.2.1.
    Feb. 2, 2018 Stanislav Levin 4.1.0-alt1.1
    - (NMU) Fix Requires and BuildRequires to python-setuptools
    Nov. 8, 2017 Aleksei Nikiforov 4.1.0-alt1
    - Updated to upstream version 4.1.0.
    - Enabled tests.