Documentation
¶
Overview ¶
Package cronstore persists the last-run time + outcome of each app's scheduled tasks, so the scheduler knows when a task is next due and a restart doesn't re-fire everything.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store records scheduled-task runs.
Click to show internal directories.
Click to hide internal directories.