From 3cffb5a20b392f8cfe08ef4b48fab518448e0201 Mon Sep 17 00:00:00 2001 From: Roman Sheremeta <35638074+RSheremeta@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:26:46 +0300 Subject: [PATCH] added cadence client to job scheduler category (#4825) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20095faa..1419d51a 100644 --- a/README.md +++ b/README.md @@ -1457,6 +1457,7 @@ _Libraries for programming devices of the IoT._ _Libraries for scheduling jobs._ +- [Cadence-client] (https://github.com/uber-go/cadence-client) - A framework for authoring workflows and activities running on top of the Cadence orchestration engine made by Uber. - [cdule](https://github.com/deepaksinghvi/cdule) - Job scheduler library with database support - [cheek](https://github.com/datarootsio/cheek) - A simple crontab like scheduler that aims to offer a KISS approach to job scheduling. - [clockwerk](https://github.com/onatm/clockwerk) - Go package to schedule periodic jobs using a simple, fluent syntax.