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 3941505cf5 Add Github Actions + README.md
Signed-off-by: Sherif Abdel-Naby <sherifabdlnaby@gmail.com>
2021-04-10 14:14:10 +02:00
.github Add Github Actions + README.md 2021-04-10 14:12:26 +02:00
examples Added Extra Opts + Example + ExceedExpected Option 2021-04-10 14:06:34 +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 Github Actions + README.md 2021-04-10 14:14:10 +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 Added Extra Opts + Example + ExceedExpected Option 2021-04-10 14:06:34 +02:00
options.go Added Extra Opts + Example + ExceedExpected Option 2021-04-10 14:06:34 +02:00
README.md Add Github Actions + README.md 2021-04-10 14:12:26 +02:00
schedule.go Added Extra Opts + Example + ExceedExpected Option 2021-04-10 14:06:34 +02:00
scheduler.go Added Extra Opts + Example + ExceedExpected Option 2021-04-10 14:06:34 +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

Go In-Process Scheduler with Cron Expression Support

Run Jobs on a schedule supporting fixed interval, and cron-expression, instrument your processes and expose metrics for each job.

Go Doc Go Version Go Report GitHub license