Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bosonogi/celery_pantry
Monitor and archive Celery task information
https://github.com/bosonogi/celery_pantry
celery celery-monitor django-rest-framework restful-api
Last synced: about 1 month ago
JSON representation
Monitor and archive Celery task information
- Host: GitHub
- URL: https://github.com/bosonogi/celery_pantry
- Owner: bosonogi
- License: mit
- Created: 2018-09-16T17:49:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T13:42:26.000Z (over 1 year ago)
- Last Synced: 2024-09-19T23:13:15.335Z (about 2 months ago)
- Topics: celery, celery-monitor, django-rest-framework, restful-api
- Language: Python
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
Celery Pantry
=============.. image:: https://readthedocs.org/projects/celery-pantry/badge/?version=latest
:target: https://celery-pantry.readthedocs.io/en/latest/?badge=latest
:alt: Documentation StatusDjango Rest Framework application to store and access Celery task information.
The `example_project` Django project demonstrates how to integrate `celery_pantry` into a Django project.
It can be seen in action with Docker by running::
docker-compose up