ExAthena.RequestQueue.Supervisor (ExAthena v0.15.0)

Copy Markdown View Source

Supervisor for the ExAthena.RequestQueue GenServer.

Started by ExAthena.Application when the request queue is enabled:

config :ex_athena, :request_queue, enabled: true

The 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

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts \\ [])