Skip to content

Everything Pro Adds to Oban

Pro layers orchestration, distributed concurrency, runtime operations, and worker ergonomics on top of Oban's durable open-source foundation. Browse the comparison below for descriptions and examples, and see what’s included in OSS and Pro for Elixir and Python.

Every feature, OSS and Pro

Oban itself is free and open source. Pick a feature to learn about, and whether it's OSS or Pro on your runtime.

Pro ElixirPython

Global concurrency limits

Cap how many jobs run for a queue across the entire cluster, not just per node. Set one global limit and the Pro engine coordinates execution between every connected node.

queues: [
media: [global_limit: 10]
]
Read the docs

Add Pro to Your Application