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 108b100d10 Added Logging Interface + More Verbosity
Signed-off-by: Sherif Abdel-Naby <sherifabdlnaby@gmail.com>
2021-04-05 11:13:21 +02:00
job Added Logging Interface + More Verbosity 2021-04-05 11:13:21 +02:00
.gitignore Initial commit 2021-04-03 06:40:08 +02:00
cron.go Added Cron Schedule 2021-04-04 08:02:44 +02:00
fixed.go Add Schedule Interface + Fixed Intervals scheduler 2021-04-04 01:25:48 +02:00
go.mod Added Logging Interface + More Verbosity 2021-04-05 11:13:21 +02:00
go.sum Added Logging Interface + More Verbosity 2021-04-05 11:13:21 +02:00
interface.go Added Logging Interface + More Verbosity 2021-04-05 11:13:21 +02:00
jobmap.go Add Schedule Object 2021-04-04 12:51:14 +02:00
LICENSE Initial commit 2021-04-03 06:40:08 +02:00
log.go Added Logging Interface + More Verbosity 2021-04-05 11:13:21 +02:00
README.md Initial commit 2021-04-03 06:40:08 +02:00
schedule.go Added Logging Interface + More Verbosity 2021-04-05 11:13:21 +02:00

sched

In-process Go scheduler