Oban.whereis
You're seeing just the function
whereis
, go back to Oban module for more information.
Specs
Returns the pid of the root Oban process for the given name.
Example
Find the default instance:
Oban.whereis(Oban)
Find a dynamically named instance:
Oban.whereis({:oban, 1})