1
0
Fork 0

Merge branch 'main' into book-series-v1

This commit is contained in:
Dustin 2023-02-07 11:57:39 +00:00 committed by GitHub
commit b20b52af7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 35 additions and 4 deletions

View file

@ -9,6 +9,14 @@
{% block panel %}
<div class="notification">
<p>
{% trans "You can set up monitoring to check if Celery is running by querying:" %}
{% url "settings-celery-ping" as url %}
<a href="{{ url }}" target="_blank" rel="nofollow noopener noreferrer">{{ url }}</a>
</p>
</div>
{% if queues %}
<section class="block content">
<h2>{% trans "Queues" %}</h2>