Oban.Registry.config
You're seeing just the function
config
, go back to Oban.Registry module for more information.
Specs
config(Oban.name()) :: Oban.Config.t()
Fetch the config for an Oban supervisor instance.
Example
Get the default instance config:
Oban.Registry.config(Oban)
Get config for a custom named instance:
Oban.Registry.config(MyApp.Oban)