From e0becee7b9e2809f230a7444690d2f07bf010957 Mon Sep 17 00:00:00 2001 From: Kyle Piper <35900438+krayzpipes@users.noreply.github.com> Date: Wed, 13 Jan 2021 07:35:35 -0500 Subject: [PATCH] added cronticker (#3424) * added cronticker * Moved cronticker to `Job Scheduler` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d7d32b99..6bf0976e 100644 --- a/README.md +++ b/README.md @@ -1004,6 +1004,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [clockwerk](http://github.com/onatm/clockwerk) - Go package to schedule periodic jobs using a simple, fluent syntax. * [clockwork](https://github.com/whiteShtef/clockwork) - Simple and intuitive job scheduling library in Go. +* [cronticker](https://github.com/krayzpipes/cronticker) - A ticker implementation to support cron schedules. * [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).