about summary refs log tree commit diff stats
path: root/svc/periodic.go
Commit message (Collapse)AuthorAgeFilesLines
* updating module to live at sourcehutBen Morrison2020-06-201-1/+1
| | | | | | Also moving the 'registry' library into this repo, rather than maintaining them separately. It will still be decoupled, just live in this repository.
* another source of duplicated statuses fixed v0.4.12Ben Morrison2020-03-161-4/+0
| | | | | | when changing config options, the database would be closed, then reopened, then the data would be pulled into memory. this caused duplicate status entries to form in the registry.
* tick.exit channels now using struct{} instead of boolBen Morrison2019-12-081-4/+4
|
* closeLog channel now accepts struct{} instead of boolBen Morrison2019-12-081-1/+1
|
* license notice at top of each fileBen Morrison2019-07-111-0/+19
|
* moved timed/periodic functions and types to periodic.goBen Morrison2019-06-111-0/+103