Hyper.Node.Budget.Supervisor (Hyper v0.1.0)

Copy Markdown View Source

Per-node supervisor for the budget subsystem. Runs once per BEAM node and owns both sides of the budget plus the cluster advertisement:

All three are independent (:one_for_one): a crash in any child does not restart the others.

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 \\ [])

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