895799a6c9f1dcf7070110c91f9664679d113739
Module.Stop used time.After which leaks the timer if the done channel
wins first; switch to time.NewTimer + defer Stop() to align with the
codebase convention.
scheduleEntry silently returned {0, false} for unknown runner names —
typos in production wiring were invisible. Return (entry, known) and
log Warn at NewModule registration time so misconfiguration surfaces.
Description
No description provided
Languages
Go
86.4%
Vue
9.1%
TypeScript
4.3%