In-process Go Job Scheduler. Supports Fixed, Timely, and Cron Expression Intervals. Instrument and Expose Scheduler's Job Metrics.
Find a file
Sherif Abdel-Naby cb8f233b4d Add Documentation Comments
Signed-off-by: Sherif Abdel-Naby <sherifabdlnaby@gmail.com>
2021-04-10 12:19:32 +02:00
job Add Documentation Comments 2021-04-10 12:19:32 +02:00
.editorconfig Add Linters and Lint Code 2021-04-10 11:07:02 +02:00
.gitignore Add Linters and Lint Code 2021-04-10 11:07:02 +02:00
.golangci.yml Add Documentation Comments 2021-04-10 12:19:32 +02:00
enhancments.md Added Scheduled State + More Logging 2021-04-05 12:12:53 +02:00
go.mod Add Documentation Comments 2021-04-10 12:19:32 +02:00
go.sum Add Documentation Comments 2021-04-10 12:19:32 +02:00
jobmap.go Add Linters and Lint Code 2021-04-10 11:07:02 +02:00
LICENSE Initial commit 2021-04-03 06:40:08 +02:00
log.go Add Documentation Comments 2021-04-10 12:19:32 +02:00
metric.go Add Linters and Lint Code 2021-04-10 11:07:02 +02:00
options.go Add Documentation Comments 2021-04-10 12:19:32 +02:00
README.md Initial commit 2021-04-03 06:40:08 +02:00
schedule.go Add Documentation Comments 2021-04-10 12:19:32 +02:00
scheduler.go Add Documentation Comments 2021-04-10 12:19:32 +02:00
state.go Add Documentation Comments 2021-04-10 12:19:32 +02:00
timer.go Add Documentation Comments 2021-04-10 12:19:32 +02:00

sched

In-process Go scheduler