Angelus.Spice.Supervisor (Angelus v0.0.2)

Copy Markdown View Source

Supervises the pool of Angelus.Spice.Server workers.

v0.1 starts a single server with restart: :permanent. The structure allows scaling to N workers without API changes.

Summary

Functions

Returns a specification to start this module under a supervisor.

Starts the SPICE supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts \\ [])

@spec start_link(keyword()) :: Supervisor.on_start()

Starts the SPICE supervisor.