From 57c77c8b6c3909b59f397fc467a091cea37863f5 Mon Sep 17 00:00:00 2001 From: Fernando Celmer Date: Mon, 6 Apr 2026 22:29:17 -0300 Subject: [PATCH] Add dotflow to Job Schedulers section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d0bacdd11..723d33dd5 100644 --- a/README.md +++ b/README.md @@ -726,6 +726,7 @@ _Libraries for scheduling jobs._ - [airflow](https://github.com/apache/airflow) - Airflow is a platform to programmatically author, schedule and monitor workflows. - [apscheduler](https://github.com/agronholm/apscheduler) - A light but powerful in-process task scheduler that lets you schedule functions. - [dagster](https://github.com/dagster-io/dagster) - An orchestration platform for the development, production, and observation of data assets. +- [dotflow](https://github.com/dotflow-io/dotflow) - A lightweight library for building execution pipelines with retry, parallel execution, cron scheduling, and async support. - [prefect](https://github.com/PrefectHQ/prefect) - A modern workflow orchestration framework that makes it easy to build, schedule and monitor robust data pipelines. - [schedule](https://github.com/dbader/schedule) - Python job scheduling for humans. - [SpiffWorkflow](https://github.com/sartography/SpiffWorkflow) - A powerful workflow engine implemented in pure Python.