View Source Oban.Engines.Inline (Oban v2.14.0)

A testing-specific engine that's used when Oban's started with testing: :inline.

usage

Usage

This is meant for testing and shouldn't be configured directly:

Oban.start_link(repo: MyApp.Repo, testing: :inline)