ecrn_sup (erlcron v1.3.7)

Top-level one-for-one supervisor for the erlcron application.

Starts and supervises three permanent children:

  • ecrn_cron_sup — Simple-one-for-one supervisor that owns all job agent processes.
  • ecrn_reg — Job registry mapping job references to agent PIDs.
  • ecrn_control — Global clock controller used for time manipulation and job cancellation.

Summary

Functions

init/1

start_link()

-spec start_link() -> {ok, Pid :: term()} | ignore | {error, Error :: term()}.