Syntropy.RuntimeConfig.Hydrator (syntropy v0.3.0)

Copy Markdown

Boot-time hydration of persisted runtime configuration.

Runs Syntropy.RuntimeConfig.hydrate/0 synchronously during supervision tree startup — after the repo, before the scheduler and endpoint — then ignores itself. No process is kept alive.

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()) :: GenServer.on_start() | :ignore