Skip to main content

Code to support working with celery

Project description

PyPI Travis Codecov Documentation Supported Python versions License

Code to support working with Celery, a distributed task queue.

Overview (please modify)

This package contains utilities to wrap tasks with logging and to persist them if they fail.

It also supports Django administration for searching and deleting failed tasks, and management commands for rerunning failed tasks and deleting old ones.

Documentation

(TODO: Set up documentation)

Publishing a Release

After a PR merges, a new version of the package will automatically be released by Travis when the commit is tagged. Use:

git tag -a X.Y.Z -m "Releasing version X.Y.Z"
git push origin X.Y.Z

Do not create a Github Release, or ensure its message points to the CHANGELOG.rst.

License

The code in this repository is licensed under the AGPL 3.0 unless otherwise noted.

Please see LICENSE.txt for details.

How To Contribute

Contributions are very welcome.

Please read How To Contribute for details.

Even though they were written with edx-platform in mind, the guidelines should be followed for Open edX code in general.

Reporting Security Issues

Please do not report security issues in public. Please email security@edx.org.

Getting Help

Have a question about this repository, or about Open edX in general? Please refer to this list of resources if you need any assistance.

Change Log

Unreleased

[0.5.1] - 2020-06-30

  • Added python38 support.

[0.5.0] - 2020-04-01

  • No functional change.

[0.4.0] - 2020-03-05

  • Removed all references to django-celery and removed it as a dependency.

  • Removed ChordableDjangoBackend and ChordData.

[0.2.7] - 2017-12-04

  • Add logging for non-retried failed tasks.

[0.2.6] - 2017-08-07

  • Upgrade version of django-celery.

[0.2.5] - 2017-08-03

  • Django 1.11 compatibility

[0.2.4] - 2017-06-20

  • Add management command to fix djcelery tables.

[0.2.1] - 2017-05-22

  • Add ChordableDjangoBackend and testing.

[0.1.3] - 2017-03-01

  • Packaging changes.

[0.1.1] - 2017-02-22

  • Added django admin for management of FailedTasks.

[0.1.0] - 2017-01-31

Initial release

Contains two task base classes:

  • LoggedTask - Reports extra logging info 1) when a task is submitted to the task service (for tracking task latency) and 2) when the task retries, it surfaces information about the raised exception.

  • PersistOnFailureTask - Stores a record of failed tasks that can later be retried.

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

edx-celeryutils-0.5.1.tar.gz (23.5 kB view hashes)

Uploaded Source

Built Distribution

edx_celeryutils-0.5.1-py2.py3-none-any.whl (25.6 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