sorentwo
Oban Core Team
Oban Training 101 (self-published) (interactive tutorial) (free)
The Oban Training 101 curriculum is extracted from our in-person training from ElixirConf 2023. It’s designed to teach everything you need to know from getting started with Oban through deploying to production.
The course is open source and entirely built with LiveBook.
Course Outline
Section 0
- Why use Oban?
- A high level overview of the architecture
Section 1
- Installing Oban into an application
- Running migrations
- Configuring for tests
- Verifying Oban is running and configured properly
Section 2
- Creating worker modules
- Enqueueing jobs
- Scheduling jobs to run in the future
- Asserting jobs are enqueued in tests
Section 3
- Controlling worker behaviour with return values
- Testing worker functionality
- Managing retry backoff
- Providing execution timeouts
Section 4
- Ensuring uniqueness
- Cancelling and retrying jobs
- Replacing fields on unique conflicts
- Draining queues for integration testing
Section 5
- Running jobs on a schedule
- Managing multiple queues and concurrency
- Pausing and resuming queues
- Validating configuration changes
Section 6
- Deprioritizing jobs
- Inserting multiple jobs at once
- Recursively enqueuing jobs
- Asserting the content of all enqueued jobs
Section 7
- Pruning older jobs
- Rescuing unexpectedly stopped jobs
- Logging and instrumenting with Telemetry
- Reporting errors
Most Liked
sorentwo
Oban Core Team
This is entirely oriented to the free version. The only mentions of Pro are in the various animal images (they are from stickers we gave away at the conference).
4
arubis
This is exactly the sort of learning resource that I find most personally effective—no videos, docs linked, running code built-in and required. Fabulous work, thank you!
4
LostKobrakai
Seems to be all free version:
https://github.com/search?q=repo%3Asorentwo%2Foban_training%20Mix.install&type=code
2
belaustegui
This is amazing. Thanks!
2
Popular in Courses
If you don’t make it past the first sentence of this post, here’s what you need to know: I’ve published a free Livebook guide about data...
New
At Learn-Elixir.dev we help developers master Elixir via mentorship and course content:
Exclusive curated content covers the beginner,...
New
If you are interested in Using Property Based Testing in Elixir I have a new training course on the subject. It will be about 10 lessons ...
New
If you’re joining us for Code BEAM Europe, you can enhance your experience with specialized training sessions.
With small groups and the...
New
:wave: Hi everyone,
Earlier this year, I started working on a Testing LiveView course. I’m now happy to announce that the course is comp...
New
Stuck at home and want to make the most of it?
Here’s your chance to help fighting COVID-19 while helping yourself grow as well. Learn a...
New
Get 20% off with coupon code “elixirforum”!
New
I have created a new Product, based on The Weekly Python Exercise I am now releasing Weekly Elixir Exercise, an inexpensive way to get pr...
New
Grox.io looks really nice and I love that they’re doing a Joe Armstrong tribute :heart:
Bruce Tate (@redrapids) has put together a team ...
New
Now available on Indie Courses
Hi folks! Peter Ullrich here :slight_smile:
I’m happy to announce my second video course called Building ...
New
Other popular topics
Hi! May someone helps me, please!
I have two apps into an umbrella project: the first one is Database, which manages queries, and the se...
New
I have followed this StackOverflow post to install the specific version of Erlang.
And When I am running mix ecto.setup then getting fol...
New
As many of you may have realized by now (sorry for all the posts here) I’ve been working on a db problem where I’m trying to aggregate a ...
New
Using vs code and installed ElixirLS: support and debugger.
And I got an error popped up on start up says
Failed to run ‘elixir’ comma...
New
None of the current solutions worked well for me, so I went ahead and built a user management system from scratch.
This project took far...
New
I have a another noob question about loop. Since elixir is immutable, while loop is not directly possible.
total = 10
while total != 0
...
New
Hello everybody,
usually, I use a 29" ultra-wide monitor for VSCode which can easily accomodate explorer (files panel) + file with code ...
New
Hi,
I am new to Elixir. I am trying to use the DateTime component to insert a date into MySQL however the there seems to be no way to fo...
New
by Lance Halvorsen
Elixir and Phoenix are generating tremendous excitement as an unbeatable platform for building modern web application...
New
Hi everyone!
I need implement if…else if…else condition from my elixir code, and anymore of this control flow structures not work proper...
New








