Skip to content

Commit f1d16ff

Browse files
authored
Merge pull request #16 from chris-allen/readme-badges
Updated readme badges
2 parents 57e19b9 + fb7b4e6 commit f1d16ff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Celery Tracker for Django
33
=========================
44

5-
|build-status| |coverage|
5+
|build-status|
66

77
This django extension is intended for existing celery projects that want better monitoring of what's going on in their queue.
88

@@ -59,3 +59,7 @@ Disclaimer
5959
==========
6060

6161
The datastore for a celery message queue is usually in-memory and highly-optimized (eg ``redis`` or ``rabbitmq``). This django extension creates a database entry for every celery task that is created. You may want to periodically delete older entries if storage is an obstacle.
62+
63+
.. |build-status| image:: https://github.com/chris-allen/django-celery-tracker/actions/workflows/static_tests.yml/badge.svg
64+
:alt: Build status
65+
:target: https://github.com/chris-allen/django-celery-tracker/actions/workflows/static_tests.yml

0 commit comments

Comments
 (0)