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 |
---|---|---|
hokify/agenda | A lightweight, TypeScript-based job scheduling solution with MongoDB persistence and configurable scheduling options. | 58 |
onatm/clockwerk | A library for scheduling periodic jobs in a simple and efficient manner | 160 |
orlandos-nl/mongoqueue | An implementation of a job queue in Swift using MongoDB as the backend storage | 13 |
ajvb/kala | A modern job scheduler written in Go. | 2,140 |
jjb/ruby-clock | A Ruby-based job scheduler that runs jobs in parallel threads within a persistent process. | 79 |
datarootsio/cheek | A lightweight declarative job scheduler for single-node environments. | 166 |
romshark/sched | A job scheduler written in Go with the ability to speed up execution by 'fast-forwarding' time | 28 |
rmetcalf9/dockjob | A job scheduler designed to run inside a Docker container | 21 |
wakatime/wakaq | A background task queue for Python applications backed by Redis and Celery. | 576 |
mborders/artifex | A simple in-memory job queue for Golang using worker-based dispatching | 208 |
closeio/tasktiger | 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 |
tobi/delayed_job | An asynchronous task queue system for Ruby applications | 2,149 |
nestjs/bull | Provides a job queue and scheduling system for a Node.js framework with a focus on TypeScript development | 615 |
liujianping/job | A tool for scheduling and executing short-term commands as long-term jobs with customizable options for retries, timeouts, and concurrency. | 147 |
lucas34/swiftqueue | 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 |