You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+5-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
Celery Tracker for Django
3
3
=========================
4
4
5
-
|build-status| |coverage|
5
+
|build-status|
6
6
7
7
This django extension is intended for existing celery projects that want better monitoring of what's going on in their queue.
8
8
@@ -59,3 +59,7 @@ Disclaimer
59
59
==========
60
60
61
61
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.
0 commit comments