spinach
spinach copied to clipboard
feat: add `periodcity_start` parameter to Tasks
Adds a new, optional, argument to task creation, periodcity_start, which gives Task authors finer control over scheduling of periodic tasks. Specifically, it allows Tasks to pin their start time to a defined wall-clock time, albeit on a best-effort basis, like all Tasks.
Fixes: Issue #48