add Oban Web dashboard at /admin/oban
All checks were successful
deploy / deploy (push) Successful in 3m36s

Bump oban to 2.19+, add oban_web for real-time job monitoring.
Mounted behind admin auth with sidebar link under "Jobs".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jamey
2026-03-02 07:44:06 +00:00
parent 1d02a1bcd2
commit dd4aa9ffaa
6 changed files with 261 additions and 2 deletions

View File

@@ -208,6 +208,11 @@
<.icon name="hero-bug-ant" class="size-5" /> Errors
</.link>
</li>
<li>
<.link href={~p"/admin/oban"}>
<.icon name="hero-queue-list" class="size-5" /> Jobs
</.link>
</li>
<li>
<.link href={~p"/users/log-out"} method="delete">
<.icon name="hero-arrow-right-start-on-rectangle" class="size-5" /> Log out