Supervisor for the ExAthena.RequestQueue GenServer.
Started by ExAthena.Application when the request queue is enabled:
config :ex_athena, :request_queue, enabled: trueThe feature is opt-in and disabled by default. When disabled, the supervisor
is not started and ExAthena.RequestQueue.acquire/2 / release/1 are no-ops.
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.