From 77ed658d1122bc789d94490594ac87183f173ab5 Mon Sep 17 00:00:00 2001 From: Zhao vistart Date: Mon, 19 Feb 2024 06:35:49 +0800 Subject: [PATCH] Add `go-dag` (#5187) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f993149d..a970b574 100644 --- a/README.md +++ b/README.md @@ -1429,6 +1429,7 @@ _Libraries for scheduling jobs._ - [cronticker](https://github.com/krayzpipes/cronticker) - A ticker implementation to support cron schedules. - [Dagu](https://github.com/dagu-go/dagu) - No-code workflow executor. it executes DAGs defined in a simple YAML format. - [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-dag](https://github.com/rhosocial/go-dag) - A framework developed in Go that manages the execution of workflows described by directed acyclic graphs. - [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). - [goflow](https://github.com/fieldryand/goflow) - A simple but powerful DAG scheduler and dashboard.