sorentwo
Oban Core Team
A new article showcasing some of Oban, and Oban Pro’s, distinct agentic workflow abilities.
Trending in Blog Posts
Hey folks,
I just published a post about Hologram’s funding and where the project goes next - the short version:
Curiosum as Main Spons...
New
Hey everyone! :waving_hand:
I’ve published Part 7 of the Building Distributed Systems in Elixir series, where we build core distributed ...
New
An educational side project in Elixir, Phoenix, and Tauri. I share what I learned while wiring Automerge into the BEAM, including how I s...
New
So, instead of wasting my afternoon arguing with anonymous handles on X, I turned to my trusty, soulless assistant and said: “Listen, ple...
New
Process labels are useful for visualization and debugging. Here’s why you should use them.
New
New article: Elixir Project Structure — From mix new to a Growing Codebase
I’ve published a new article in my Elixir learning series on d...
New
What happens if you design tools for LLMs instead of letting LLM use human tools ?
Wrote a blog on why and what that enables.
As I see ...
New
Other Trending Topics
Edit: 2026 May 15 - This post is archived.
Mob is alive!!
Main docs: mob v0.7.11 — Documentation
A bit of explanation for the slightly c...
New
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
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
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #ai
- #elixirconf-us
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #elixirconf-eu
- #metaprogramming
- #hex










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
AstonJ
Nice post Parker! Is the theme you used for the code snippets publicly available? I really like it!
Also, loving the new https://getoban.pro site/design!!
sorentwo
The markdown engine we’re using is mdex, which is Rust backed, and it uses autumnus for syntax highlighting. They have an extensive set of built-in themes, and we’re using the nord theme because it matches the site design.
Thank you! @sorenone and I had a blast building it together
sorenone
Thanks, @AstonJ ! We really wanted to invoke a sense of happiness when you saw the redesign.
AstonJ
It does that really well
I also like how it reflects both of your personalities too (kinda bubbly/full of life - as per one of the video interviews I saw of you both a while back) 
If the site is built in Phoenix/Elixir, how you built/approached it could make a good blog post too…
Thanks Parker - that’s a nice theme!
houst0n
Slightly off topic, but what kind of scale has everyone achieved with Oban? We wanted to give it a try but our requirements are a bit … extreme .. and we couldn’t build a Postgres anywhere near big enough for it.
Rolled our own onto of mongo for the moment.
sorentwo
A bit off topic, but happy to share based on the information we’ve received. There are Oban Pro customers that report running 100 million+ jobs a day for a single app. We’ve pushed over 1 billion in a day on good hardware with some custom pruning.
What do you consider extreme?
houst0n
around about 1.5 million a second? Although we are looking for durable execution at a slightly more fine level than job, kinda like temporal but that wouldn’t scale anywhere near that either.
dimitarvp
As a reference, my Rust crypto mini-career some years ago involved a single k8s pod (2 vCPU & 4GB RAM) ingesting ~150K events / sec from Kafka and putting them in InfluxDB. We used every trick in the book outside of going back to C (which would net us no more than 1% extra speed anyway) and couldn’t do more than ~170K events / sec and at this point the code became ugly and difficult to maintain.
We had to have ~50 such nodes.
Granted that was back in 2020, nowadays you can likely achieve 5x that on a single afforable beefy-ish node but 1.5M jobs / sec seems like something you need to specifically engineer for.
dimitarvp
I was wondering how long will it take you two to pitch ObanPro for agentic workflows – apparently not at all long. Congratulations!
It’s a pretty good marketing pitch, I liked it.
sorentwo
I’d argue that we did that back in April, with the original cascading workflows article
Thanks, that’s appreciated! It’s part of our broader “Oban for AI” angle.