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: over 3 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A library for scheduling periodic jobs in a simple and efficient manner | 160 |
| A lightweight declarative job scheduler for single-node environments. | 166 |
| A lightweight Java framework for scheduling jobs with various triggers | 270 |
| Provides background job processing capabilities for Common Lisp applications. | 53 |
| A modern job scheduler written in Go. | 2,140 |
| A tool for scheduling and executing short-term commands as long-term jobs with customizable options for retries, timeouts, and concurrency. | 147 |
| A simple job scheduler written in Python that uses a dependency graph to manage tasks and jobs. | 757 |
| A scheduling system with a domain-specific language (DSL) for creating recurring tasks and events. | 18 |
| A lightweight Java library for managing recurring tasks and jobs with features like scheduling, statistics tracking, and thread pool management. | 133 |
| A tool for scheduling tasks with a time-based delay, allowing code execution to occur ahead of the scheduled task time. | 9 |
| A simple in-memory job queue for Golang using worker-based dispatching | 208 |
| A job scheduler written in Go with the ability to speed up execution by 'fast-forwarding' time | 28 |
| A lightweight, TypeScript-based job scheduling solution with MongoDB persistence and configurable scheduling options. | 58 |
| Provides cron-like facilities directly inside Common Lisp. | 16 |
| A framework for scheduling and running jobs on a distributed computing system using Apache Mesos. | 111 |