Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openedx/edx-celeryutils
Tools to support working with celery.
https://github.com/openedx/edx-celeryutils
Last synced: about 6 hours ago
JSON representation
Tools to support working with celery.
- Host: GitHub
- URL: https://github.com/openedx/edx-celeryutils
- Owner: openedx
- License: apache-2.0
- Created: 2017-02-01T23:33:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T03:19:02.000Z (15 days ago)
- Last Synced: 2024-12-18T18:07:41.190Z (8 days ago)
- Language: Python
- Size: 419 KB
- Stars: 5
- Watchers: 78
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.txt
- Authors: AUTHORS
Awesome Lists containing this project
README
edx-celeryutils
=============================.. image:: https://img.shields.io/pypi/v/edx-celeryutils.svg
:target: https://pypi.python.org/pypi/edx-celeryutils/
:alt: PyPI.. image:: https://github.com/openedx/edx-celeryutils/workflows/Python%20CI/badge.svg?branch=master
:target: https://github.com/openedx/edx-celeryutils/actions?query=workflow%3A%22Python+CI%22
:alt: CI.. image:: http://codecov.io/github/edx/edx-celeryutils/coverage.svg?branch=master
:target: http://codecov.io/github/edx/edx-celeryutils?branch=master
:alt: Codecov.. image:: http://edx-celeryutils.readthedocs.io/en/latest/?badge=latest
:target: http://edx-celeryutils.readthedocs.io/en/latest/
:alt: Documentation.. image:: https://img.shields.io/pypi/pyversions/edx-celeryutils.svg
:target: https://pypi.python.org/pypi/edx-celeryutils/
:alt: Supported Python versions.. image:: https://img.shields.io/github/license/edx/edx-celeryutils.svg
:target: https://github.com/openedx/edx-celeryutils/blob/master/LICENSE.txt
:alt: LicenseCode 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.ZDo **not** create a Github Release, or ensure its message points to the CHANGELOG.rst.
License
-------The code in this repository is licensed under the Apache 2.0 unless
otherwise noted.Please see ``LICENSE.txt`` for details.
How To Contribute
-----------------Contributions are very welcome.
Please read `How To Contribute `_ for details.
Reporting Security Issues
-------------------------Please do not report security issues in public. Please email [email protected].
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... _list of resources: https://open.edx.org/getting-help