clerk
Scheduler
A scheduling system with a domain-specific language (DSL) for creating recurring tasks and events.
A cron-like scheduler with sane DSL
18 stars
4 watching
4 forks
Language: Common Lisp
last commit: about 3 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
byulparan/scheduler | A tool for scheduling tasks with a time-based delay, allowing code execution to occur ahead of the scheduled task time. | 9 |
kilgaloon/leprechaun | A tool that allows users to schedule recurring tasks in a flexible and customizable way using various scheduling patterns. | 104 |
ciel-lang/cl-cron | Provides cron-like facilities directly inside Common Lisp. | 16 |
p-ranav/task_system | A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 40 |
leosperry/chroniton | A library for running tasks on schedules with strongly typed jobs and asynchronous execution. | 182 |
deepaksinghvi/cdule | A Golang-based scheduler library with database support | 54 |
jhuckaby/cronicle | A distributed task scheduler and runner with a web-based UI that handles scheduling, job running, and real-time stats across multiple servers. | 3,915 |
hugoabonizio/schedule.cr | Provides a clear and flexible DSL to write periodic or scheduled tasks in Crystal | 74 |
fizista/micropython-scron | A simple time-based task scheduling program inspired by the well-known CRON program. | 9 |
cirocosta/cr | An execution system for tasks with dependencies. | 695 |
thomasgalliker/ncrontab.scheduler | A thread-safe task scheduler for .NET applications | 14 |
rk/go-cron | A library for scheduling tasks with varying intervals in Go | 232 |
lstrojny/procrastinator | A tool to schedule time-consuming tasks for later | 63 |
onatm/clockwerk | A library for scheduling periodic jobs in a simple and efficient manner | 157 |
zero88/scheduler.x | Provides a lightweight scheduler for running tasks on time or event-driven triggers | 11 |