1
0
Fork 0

Merge pull request #2639 from bookwyrm-social/celery-ping

Celery ping
This commit is contained in:
Christof Dorner 2023-02-03 09:40:25 +01:00 committed by GitHub
commit f9a916db09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 29 additions and 1 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>