diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-20 22:19:42 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-20 22:19:42 +0900 |
| commit | 08ae228c45745372784017fe694d61d9ed0e2981 (patch) | |
| tree | d42b6429460b66a7dc6604759b43f940dace1b62 /backend/go.mod | |
| parent | 26ead17e4c3682a93f64cca646b291b7ce6b195d (diff) | |
| download | phperkaigi-2026-albatross-08ae228c45745372784017fe694d61d9ed0e2981.tar.gz phperkaigi-2026-albatross-08ae228c45745372784017fe694d61d9ed0e2981.tar.zst phperkaigi-2026-albatross-08ae228c45745372784017fe694d61d9ed0e2981.zip | |
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 <noreply@anthropic.com>
Diffstat (limited to 'backend/go.mod')
| -rw-r--r-- | backend/go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
