From b7ad0bfdf1b5c896d49bf6da0adbb70f01c1a157 Mon Sep 17 00:00:00 2001 From: John Roesler <19351306+JohnRoesler@users.noreply.github.com> Date: Fri, 4 Dec 2020 14:35:37 -0600 Subject: [PATCH] Add go-co-op/gocron to Job Scheduler (#3379) * Add go-co-op/gocron to Job Scheduler * sorting, dashes first --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7077caf6..ae25f9c3 100644 --- a/README.md +++ b/README.md @@ -1002,6 +1002,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [clockwork](https://github.com/whiteShtef/clockwork) - Simple and intuitive job scheduling library in Go. * [go-cron](https://github.com/rk/go-cron) - Simple Cron library for go that can execute closures or functions at varying intervals, from once a second to once a year on a specific date and time. Primarily for web applications and long running daemons. * [go-quartz](https://github.com/reugn/go-quartz) - Simple, zero-dependency scheduling library for Go. +* [gocron](https://github.com/go-co-op/gocron) - Easy and fluent Go job scheduling. This is an actively maintained fork of [jasonlvhit/gocron](https://github.com/jasonlvhit/gocron). * [gron](https://github.com/roylee0704/gron) - Define time-based tasks using a simple Go API and Gron’s scheduler will run them accordingly. * [JobRunner](https://github.com/bamzi/jobrunner) - Smart and featureful cron job scheduler with job queuing and live monitoring built in. * [jobs](https://github.com/albrow/jobs) - Persistent and flexible background jobs library.