View Source Oban.Engines.Inline (Oban v2.18.0)
A testing-specific engine that's used when Oban's started with testing: :inline
.
Usage
This is meant for testing and shouldn't be configured directly:
Oban.start_link(repo: MyApp.Repo, testing: :inline)