From 11448b7b241c93b902f6d081e0fcc1709887cc29 Mon Sep 17 00:00:00 2001 From: Benjamin Cane Date: Tue, 30 Mar 2021 06:06:40 -0700 Subject: [PATCH] Adding Tasks (#3497) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 324a83a9..35966cab 100644 --- a/README.md +++ b/README.md @@ -1036,6 +1036,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [jobs](https://github.com/albrow/jobs) - Persistent and flexible background jobs library. * [leprechaun](https://github.com/kilgaloon/leprechaun) - Job scheduler that supports webhooks, crons and classic scheduling. * [scheduler](https://github.com/carlescere/scheduler) - Cronjobs scheduling made easy. +* [tasks](https://github.com/madflojo/tasks) - An easy to use in-process scheduler for recurring tasks in Go. ## JSON