Skip to main content

"Celery module for Invenio."

Project description

https://img.shields.io/github/license/inveniosoftware/invenio-celery.svg https://github.com/inveniosoftware/invenio-celery/workflows/CI/badge.svg https://img.shields.io/coveralls/inveniosoftware/invenio-celery.svg https://img.shields.io/pypi/v/invenio-celery.svg

Celery distributed task queue module for Invenio.

Invenio-Celery is a small discovery layer that takes care of discovering and loading tasks from other Invenio modules, as well as providing configuration defaults for Celery usage in Invenio. Invenio-Celery relies on Flask-CeleryExt for integrating Flask and Celery with application factories.

Further documentation is available on https://invenio-celery.readthedocs.io/

Changes

Version 1.3.0 (released 2024-03-05)

  • installation: bump celery to support python 3.11

Version 1.2.5 (released 2022-10-03)

  • Pin importlib-metadata due to celery/kombu icompatibilities with v5.

Version 1.2.4 (released 2022-02-02)

  • Changed version bounds on Celery to 5.1-5.3.

Version 1.2.3 (released 2021-10-18)

  • Changed version bounds on Celery to 5.1-5.2 (v4.x has reached end of life August 2021), and there’s no new LTS release yet.

Version 1.2.2 (released 2020-12-09)

Version 1.2.1 (released 2020-09-28)

  • Change version bounds on Celery to 4.4 to 5.1.

  • Adds dependency on pytest-celery which now installs the celery_config pytest fixture.

Version 1.2.0 (released 2020-03-05)

  • added dependency on invenio-base to centralise package management

Version 1.1.3 (released 2020-02-21)

  • Removed redundant version specifier for Celery dependency.

Version 1.1.2 (released 2020-02-17)

  • Unpinned Celery version to allow support of Celery 4.4

Version 1.1.1 (released 2019-11-19)

  • pinned version of celery lower than 4.3 due to Datetime serialization issues

Version 1.1.0 (released 2019-06-21)

  • Changed the msgpack-python dependency to msgpack. Please first uninstall msgpack-python before installing the new msgpack dependency (pip uninstall msgpack-python).

Version 1.0.1 (released 2018-12-06)

  • Adds support for Celery v4.2. Technically this change is backward incompatible because it is no longer possible to load tasks from bare modules (e.g. mymodule.py in the Python root). This is a constraint imposed by Celery v4.2. We however do not known of any cases where bare modules have been used, and also this design is discouraged so we are not flagging it as a backward incompatible change, in order to have the change readily available for current Invenio version.

Version 1.0.0 (released 2018-03-23)

  • Initial public release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

invenio-celery-1.3.0.tar.gz (19.7 kB view hashes)

Uploaded Source

Built Distribution

invenio_celery-1.3.0-py2.py3-none-any.whl (7.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page