From 08ae228c45745372784017fe694d61d9ed0e2981 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 20 Feb 2026 22:19:42 +0900 Subject: feat(admin): integrate asynqmon web UI for task queue monitoring Mount asynqmon HTTP handler under admin/queue with existing session cookie and admin middleware authentication. Co-Authored-By: Claude Opus 4.6 --- backend/admin/templates/dashboard.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backend/admin') diff --git a/backend/admin/templates/dashboard.html b/backend/admin/templates/dashboard.html index 2e9336a..7302cf9 100644 --- a/backend/admin/templates/dashboard.html +++ b/backend/admin/templates/dashboard.html @@ -16,6 +16,9 @@

Online Qualifying Ranking

+

+ Task Queue +

-- cgit v1.3.1