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.
https://github.com/sorentwo/oban_training/
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
First Post!
D4no0
Wow, this is great!
Is this training oriented around the free version or it focuses more on pro version?
0
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
Popular in Courses
Code School’s Free ‘Try Elixir’ Course
Begin learning the basics of Elixir and take your first steps into the world of functional progra...
New
Get 20% off with coupon code “elixirforum”!
Ruby programming was one of the best course I have taken. I can’ t wait !
New
This is their course designed to be followed after their free Try Elixir course.
LEVEL 1
Citizens of the Unknown
Learn how to work...
New
Get 20% off with coupon code “elixirforum”!
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
At Learn-Elixir.dev we help developers master Elixir via mentorship and course content:
Exclusive curated content covers the beginner,...
New
Check this out
What you’ll learn
Create fully featured GraphQL API in Elixir & Phoenix
Learn to implement authentication, auth...
New
Other popular topics
Hello, how can I check the Phoenix version ?
Thanks !
New
Hello!
Sorry for this astonishing simple question, but I’m really stuck. I try to set up the intellij-elixir plugin, but I don’t know ho...
New
If I have a post route which an argument:
post /my_post_route/:my_param1, MyController.my_post_handler
How would get the post params ...
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
I have a phoenix application from which a user can download multiple(5-6) files of size 1MB. I couldn’t find anything related to sending ...
New
i’m a new one to elixir
which editor can i use
vs code? or atom?
Thanks! :smiley:
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #elixirconf-us
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex











