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

    Бинарный пакет: python3-module-celery
    Версия: 5.3.4-alt1
    Архитектура: x86_64
    Собран:  2 февраля 2024 г. 18:35 в задании #338852
    Исходный пакет: python3-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.

    Сопровождающий: Vitaly Lipatov


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


    1 октября 2023 г. Vitaly Lipatov 5.3.4-alt1
    - new version 5.3.4 (with rpmrb script)
    17 июля 2022 г. Vitaly Lipatov 5.2.7-alt1
    - new version 5.2.7 (with rpmrb script)
    29 июня 2022 г. Grigory Ustinov 5.2.3-alt2
    - Fixed BuildRequires.