I needed something to monitor Oban jobs for my personal project, so a new library was born.
Obanalyze
Obanalyze provides real-time monitoring for Oban
within Phoenix.LiveDashboard
delivering a user-friendly interface to manage background jobs seamlessly.
Features
- Job Management: Retry, cancel, or delete jobs directly from the dashboard.
- Filtering: Filter jobs based on worker name or job arguments to quickly find what you’re looking for.
- Database Compatibility: Fully compatible with SQLite, PostgreSQL or any database that Oban uses.