Oban v2.0.0-rc.1 API Reference
Modules
Oban is a robust job processing library which uses PostgreSQL for storage and coordination.
A Job is an Ecto schema used for asynchronous execution.
The Notifier
coordinates listening for and publishing notifications for events in predefined
channels.
Telemetry integration for event metrics, logging and error reporting.
This module simplifies making assertions about enqueued jobs during testing.
Defines a behavior and macro to guide the creation of worker modules.