You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2020. It is now read-only.
fix(jobs): run periodic jobs once at start time (#89)
a recent refactor of `DoPeriodic` (inadvertently) removed the initial invocation of a periodic job, and waited instead until the first frequency interval to execute. We want the first execution to be immediate.
Includes updates to tests that verify expected job execution counts after definite time lapse periods.
0 commit comments