feat(worker): Add db_worker service with automatic restart and logging

feat(task_overview): Display generated series in task overview
docs(README): Update documentation for background task workers and troubleshooting
This commit is contained in:
Ross
2026-05-17 21:13:40 +01:00
parent ab9847e22e
commit c2d8376e22
8 changed files with 186 additions and 3 deletions
+5
View File
@@ -333,6 +333,11 @@
<a class="dropdown-item" href="{% url 'media_cleanup' %}">Unused media cleanup</a>
</li>
{% endif %}
{% if request.user.is_superuser or request.user|has_group:"atlas_editor" %}
<li>
<a class="dropdown-item" href="{% url 'atlas:task_overview' %}">Atlas tasks overview</a>
</li>
{% endif %}
</ul>
</li>
{% endif %}