Overview

🌟 Oban.Pro is a collection of plugins, workers and extensions that improve Oban's reliability even further and make difficult workflows possible. These are provided in a separate package that is available through a paid license.

Get started with installation.

Plugins

  • Lifeline — Records active queue details as heartbeats and periodically rescues orphaned jobs.

  • DynamicPruner — Deletes completed or exhausted jobs based on configurable limits with detailed overrides.

  • Auto-Reprioritization — Prevents queue starvation by automatically adjusting priorities to ensure all jobs are eventually processed.

Workers

  • Batch — Process jobs in groups while tracking overall progress across all nodes and executing optional callbacks.