January 21, 2026
Today we’re releasing Oban for Python. Not an Oban client in Python. Not a pythonx wrapper embedded in Elixir. Nope, it’s a fully operational, PostgreSQL backed, typed, async, pythonic-as-we-could-muster implementation o…
46
840
7
Hot in Oban:
Latest Oban Threads
A long-running GenServer holds orders, positions, strategy state, and operational flags for a system trading real capital. The post walks...
New
Oban.Pro.Migration.up(version: "1.7.0", only: :indexes) fails on partitioned oban_jobs table when upgrading Oban Pro from 1.6 to 1.7
def...
New
A look at five separate data flows inside a GenServer-per-session system and the design rules that fall out of each one: persist only wha...
New
I’m looking at upgrading to Oban Pro 1.7, and I’m wondering if anyone has real-word numbers to share on how much 1.7 has improved applica...
New
A graft inside another graft causes Oban.Pro.Workflow.status to recurse forever. oban_pro 1.7.5
defmodule App.NestedGraftRepro.Test do
...
New
If you’re using Oban in APIs, CLI apps, workers, or minimal Plug/Cowboy setups, Ocelot gives you a simple dashboard to inspect jobs witho...
New
Oban Chore provides an Oban plugin to generate a dashboard to run Oban jobs
Motivation
In previous jobs, I often had to run Oban jobs...
New
Does the Worker.await_signal work with Workflow.add_many?
I’d like to wait for every job in the add_many to complete (including awaiting...
New
Hi, I’m using Oban Pro v1.6.13 with a queue configured like this:
queue1: [
local_limit: 5,
global_limit: [
allowed: 1,
burs...
New
Environment
Elixir 1.18.3-otp-27 / OTP 27.3.4
Oban 2.20.2
Phoenix 1.7.x
db_connection 2.8.1 / Postgrex 0.21.1
Infrastructure: Google Cl...
New
HOTTEST Oban THIS WEEK!
HOTTEST Oban THIS MONTH!
Hi everyone,
I’m currently working on a project using Oban Pro 1.4.0 with Smart Engine, and I need some guidance on configuring a queue ...
New
Oban Chore provides an Oban plugin to generate a dashboard to run Oban jobs
Motivation
In previous jobs, I often had to run Oban jobs...
New
I’m looking at upgrading to Oban Pro 1.7, and I’m wondering if anyone has real-word numbers to share on how much 1.7 has improved applica...
New
A look at five separate data flows inside a GenServer-per-session system and the design rules that fall out of each one: persist only wha...
New
A long-running GenServer holds orders, positions, strategy state, and operational flags for a system trading real capital. The post walks...
New
A graft inside another graft causes Oban.Pro.Workflow.status to recurse forever. oban_pro 1.7.5
defmodule App.NestedGraftRepro.Test do
...
New
Oban.Pro.Migration.up(version: "1.7.0", only: :indexes) fails on partitioned oban_jobs table when upgrading Oban Pro from 1.6 to 1.7
def...
New
HOTTEST Oban THIS YEAR!
Hello!
tl;dr Announcing Oban, an Ecto based job processing library with a focus on reliability and historical observability.
After spen...
New
Hey folks,
I wanted to share with you a project I’ve been working on for a while: It’s an Open Source (AGPLv3) newsletter tool. Think Ma...
New
Announcing ErrorTracker, an Elixir-based built-in error tracking solution.
Features
Basic, free, built-in error tracking solution. Trac...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hello!
Suppose you are building workflow (order / task / payment) processing system with the following requirements:
Each workflow con...
New
Hi everyone :waving_hand:
I wanted to share something I’ve been building — NowBlind, a random chat app designed to help people discover ...
New
We’ve come across a somewhat frustrating problem on our development machines where the application gets shut down after Oban fails with t...
New
Hello
We’re using Oban.Pro 1.14
we have 23 queues
we use partitioning
we use uniqueness
we use local limits
we use global limits
we use...
New
Today we’re releasing Oban for Python. Not an Oban client in Python. Not a pythonx wrapper embedded in Elixir. Nope, it’s a fully operati...
New
Hey! Just launched https://buzzbear.ai after quite a bit of time working on it on and off. It monitors Reddit and uses semantic matching ...
New
We’re seeing failures in our CI pipeline starting about an hour ago when the runner tries to add the Oban Pro hex repo:
mix hex.repo add...
New
I know that Oban supports sqlite and it works very well. But I couldn’t find any mention of sqlite for ObanWeb and ObanPro.
Can somebody...
New
The Problem
Currently, if I define a struct in the following way:
defmodule MyStruct do
# Both x and y will have the FIXED values unti...
New
A new article showcasing some of Oban, and Oban Pro’s, distinct agentic workflow abilities.
New
Oban Pro v1.7.0-rc.0 has been released!!:fire_extinguisher::heart_on_fire:
This release enhances workflows with sub-workflows and contex...
New
HOTTEST Oban THE LAST THREE YEARS!
Hi there
I am still learning my elixir ways, doing my first real elixir project. It is going to process excels or CSV files of user feed...
New
I use Oban to make external API requests every N minutes. It’s turned out that the frequnecy I use it with is too dense such that it’ll c...
New
Clip from the Elixir Mentor Podcast: https://youtu.be/mKp30PNM_Q4?si=WHjZEzq3DLNUp-VD
Very exciting news! Oban is a fantastic piece of s...
New
We are using Oban rate limiting to ensure we don’t overload an external service. The service has a rate limit of no more than 100 request...
New
Oban.Web is a view of Oban’s inner workings that you host directly within your Phoenix application. Powered by Oban Metrics and Phoenix L...
New
Hi! :wave:
This weekend I experienced jobs accumulating in a state available across all queues. We run a two-node setup. One of them was...
New
The Oban Training 101 curriculum is extracted from our in-person training from ElixirConf 2023. It’s designed to teach everything you nee...
New
Oban.Pro is a collection of extensions, workers, and plugins that expand what Oban is capable of while making complex workflows possible....
New
The title doesn’t relay the depth of this announcement, but it is short, balanced, and looked good to us. From open sourcing multiple pac...
New
@sorentwo I’m running into an issue where I start an iex session (iex -S mix) and then my terminal keeps showing log messages from Oban: ...
New
Hey,
I have been using quantum for cron kind of jobs in a project, and when 2 instances of this project were running the jobs were runni...
New
situation:
I have a list of posts, each post is associated with many comments,
I want to process each post in an Oban worker where for ...
New
Hello,
I am using Oban [Pro] for all of my queues.
I have been hitting a wall on one of my queue functionalities. I have the following ...
New
Hello all. Adding oban to a project and wondering why the install guide has the following:
def up do
Oban.Migration.up(version: 11...
New
I have recently upgraded Oban from 2.0 → 2.16 - After the upgrade I’m getting an interesting interaction when running my scheduled job. A...
New
HOTTEST Oban THIS Over 3 Years!
Many months ago when I originally announced Oban I mentioned that a LiveView powered UI would be available for it soon. Well, the “soon” ...
New
Hi,
I have an Elixir application configured to run background scheduled jobs.
One of them runs every couple of minutes and fails every ...
New
Let’s say:
I have 1 millions of records in a DB and I want to process them daily via something like Oban.
there’s an Oban job which is ...
New
Hello guys, I’ve been checking out Oban for implementing some processing queues for my application. Something I’ve been wondering is that...
New
I have an Elixir app that uses Oban to schedule jobs at a time specified by users. For example, users can specify the date and time to se...
New
Hi, wondering if anyone has experience creating a lot of queues dynamically with oban, and how that went for you.
I’m writing an app tha...
New
Hey Devs,
I have been using Oban — Oban v2.5.0 (hexdocs.pm) in one of my phoenix application. My requirement is like when job fails afte...
New
Hello.
I cannot run mix test due to this error.
18:22:11.758 [error] GenServer {Oban.Registry, {Oban, {:plugin, Oban.Plugins.Stager}}} ...
New
I am trying to insert another Oban job after one finishes by listening to [:oban, :job, :stop].
I’d like to assert that the next job was...
New
I’m developing process automation using oban, but lately I’m facing a problem with updating the code in worker modules.
Whenever I updat...
New
I have an Elixir apps which does some harder jobs in the background. I am using Oban to run them asynchrously. For better availability I’...
New
Hi,
I’m tracing down an issue with Oban. I’ve a staging environment which works correctly and a production environment which has issues....
New
Hi,
we are trying to build a system, where a user can add events to a calendar. When the event is due, some specific business logic shou...
New
I am trying to wrap my head around the difference between Oban & RabbitMQ i.e. when does it make sense to use Oban vs RabbitMQ?
I kn...
New
I want to let the user run customly, statically predefined set of tasks from a web page, as well as view their states, results, possibly ...
New
Oban
Classification:
Job Processing Library
Threads:
409
Posts:
2840
"Robust job processing in Elixir, backed by modern PostgreSQL, MySQL, and SQLite3. Reliable, observable, and loaded with enterprise grade features."
- Follow
- Join
- Shape
the conversation
Oban on GitHub
Stars: 3,938
Watchers: 38
Open Issues: 5
Last push: about 2 hours ago
Latest Oban News
News & Updates
January 21, 2026
News & Updates
March 31, 2025
News & Updates
January 28, 2025
News & Updates
January 16, 2025
Confs & Meetups
16 days remaining
DC Elixir
Build Night: Hands-on with Zig and Zigler - Washington DC/USA July 15, 2026Latest Oban Learning Resources
Job Processing with Oban
ScreencastsGet money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Saved Forums
-
None saved yet
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #ai
- #websockets
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex
- #json
- #databases







