From 316f657f05beca8ed82bddf9e005d4041bb421f2 Mon Sep 17 00:00:00 2001 From: Seriff Date: Fri, 3 Apr 2026 16:02:50 +0300 Subject: [PATCH] Add Jobify to job scheduling libraries list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd3e66a9f9..54ce9cb639 100644 --- a/README.md +++ b/README.md @@ -728,6 +728,7 @@ _Libraries for scheduling jobs._ - [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. +- [Jobify](https://github.com/theseriff/jobify) - Modern asyncio-native job scheduler. Lightweight, intuitive and built for high-performance background tasks. ## Logging