View Source Oban.Peers.Global (Oban v2.15.4)
A cluster based peer that coordinates through a distributed registry.
Leadership is coordinated through global locks. It requires a functional distributed Erlang cluster, without one global plugins (Cron, Lifeline, etc.) will not function correctly.
Usage
Specify the Global
peer in your Oban configuration.
config :my_app, Oban,
peer: Oban.Peers.Global,
...
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.