dagobah
Job scheduler
A simple job scheduler written in Python that uses a dependency graph to manage tasks and jobs.
Simple DAG-based job scheduler in Python
757 stars
51 watching
160 forks
Language: CSS
last commit: over 5 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A lightweight, TypeScript-based job scheduling solution with MongoDB persistence and configurable scheduling options. | 58 |
| A library for scheduling periodic jobs in a simple and efficient manner | 160 |
| An implementation of a job queue in Swift using MongoDB as the backend storage | 13 |
| A modern job scheduler written in Go. | 2,140 |
| A Ruby-based job scheduler that runs jobs in parallel threads within a persistent process. | 79 |
| A lightweight declarative job scheduler for single-node environments. | 166 |
| A job scheduler written in Go with the ability to speed up execution by 'fast-forwarding' time | 28 |
| A job scheduler designed to run inside a Docker container | 21 |
| A background task queue for Python applications backed by Redis and Celery. | 576 |
| A simple in-memory job queue for Golang using worker-based dispatching | 208 |
| A task queue system built with Python and Redis, allowing concurrent execution of tasks with features like queuing, worker management, and error handling. | 1,424 |
| An asynchronous task queue system for Ruby applications | 2,149 |
| Provides a job queue and scheduling system for a Node.js framework with a focus on TypeScript development | 615 |
| A tool for scheduling and executing short-term commands as long-term jobs with customizable options for retries, timeouts, and concurrency. | 147 |
| A job scheduler library for iOS and other Apple platforms that allows developers to run tasks with constraints such as delay, retry, and persistence. | 412 |