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/go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'backend/go.mod') diff --git a/backend/go.mod b/backend/go.mod index 3c73ff6..8e1a802 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -5,6 +5,7 @@ go 1.25.0 require ( github.com/getkin/kin-openapi v0.133.0 github.com/hibiken/asynq v0.26.0 + github.com/hibiken/asynqmon v0.7.2 github.com/jackc/pgx/v5 v5.8.0 github.com/labstack/echo/v4 v4.15.0 github.com/oapi-codegen/echo-middleware v1.0.2 -- cgit v1.3.1