The ordered list of units the alarm chain walks, one per invocation.
hooks is the discovered list when cronHookList() has run and KNOWN_CRON_HOOKS
otherwise. A module with no policy entry is unreviewed and RUNS, flagged, so
adding a contrib module does not silently mean its cron never fires.
module is set only on the hook units, which is how a caller tells a cron hook apart from a
pure-SQL pass; it was missing from this signature, so a typed caller could not filter on it.
The ordered list of units the alarm chain walks, one per invocation.
hooksis the discovered list when cronHookList() has run and KNOWN_CRON_HOOKS otherwise. A module with no policy entry is unreviewed and RUNS, flagged, so adding a contrib module does not silently mean its cron never fires.moduleis set only on the hook units, which is how a caller tells a cron hook apart from a pure-SQL pass; it was missing from this signature, so a typed caller could not filter on it.