cl-gearman
Job scheduler
A Common Lisp implementation of the Gearman distributed job system.
Common Lisp Library for the Gearman distributed job system.
22 stars
3 watching
6 forks
Language: Common Lisp
last commit: about 3 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
onatm/clockwerk | A library for scheduling periodic jobs in a simple and efficient manner | 155 |
datarootsio/cheek | A lightweight declarative job scheduler for single-node environments. | 161 |
knowm/sundial | A lightweight Java framework for scheduling jobs with various triggers | 270 |
fukamachi/psychiq | Provides background job processing capabilities for Common Lisp applications. | 53 |
ajvb/kala | A modern job scheduler written in Go. | 2,136 |
liujianping/job | A tool for scheduling and executing short-term commands as long-term jobs with customizable options for retries, timeouts, and concurrency. | 145 |
thieman/dagobah | A simple job scheduler written in Python that uses a dependency graph to manage tasks and jobs. | 755 |
tsikov/clerk | A scheduling system with a domain-specific language (DSL) for creating recurring tasks and events. | 18 |
coreoz/wisp | A lightweight Java library for managing recurring tasks and jobs with features like scheduling, statistics tracking, and thread pool management. | 133 |
byulparan/scheduler | A tool for scheduling tasks with a time-based delay, allowing code execution to occur ahead of the scheduled task time. | 9 |
mborders/artifex | A simple in-memory job queue for Golang using worker-based dispatching | 206 |
romshark/sched | A job scheduler written in Go with the ability to speed up execution by 'fast-forwarding' time | 28 |
hokify/agenda | A lightweight, TypeScript-based job scheduling solution with MongoDB persistence and configurable scheduling options. | 58 |
ciel-lang/cl-cron | Provides cron-like facilities directly inside Common Lisp. | 16 |
dcos/metronome | A framework for scheduling and running jobs on a distributed computing system using Apache Mesos. | 111 |