Пакет python3-module-celery: Информация

    Бинарный пакет: python3-module-celery
    Версия: 4.2.1-alt1
    Архитектура: x86_64
    Собран:  13 сентября 2018 г. 22:35 в задании #212989
    Исходный пакет: python-module-celery
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/celery/celery

    Лицензия: BSD License
    О пакете: Celery is an open source asynchronous task queue/job queue based on distributed message passing
    Описание: 
    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.

    Сопровождающий: Aleksei Nikiforov


    Последнее изменение


    13 сентября 2018 г. Aleksei Nikiforov 4.2.1-alt1
    - Updated to upstream version 4.2.1.
    2 февраля 2018 г. Stanislav Levin 4.1.0-alt1.1
    - (NMU) Fix Requires and BuildRequires to python-setuptools
    8 ноября 2017 г. Aleksei Nikiforov 4.1.0-alt1
    - Updated to upstream version 4.1.0.
    - Enabled tests.