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

@@ -72,7 +72,8 @@ defmodule Berrypod.MixProject do
{:bandit, "~> 1.5"},
{:tidewave, "~> 0.5", only: :dev},
{:image, "~> 0.54"},
{:oban, "~> 2.18"},
{:oban, "~> 2.19"},
{:oban_web, "~> 2.11"},
{:ex_money, "~> 5.0"},
{:ex_money_sql, "~> 1.0"},
{:stripity_stripe, "~> 3.2"},