clockwerk
Job scheduler
A library for scheduling periodic jobs in a simple and efficient manner
Job Scheduling Library
160 stars
3 watching
16 forks
Language: Go
last commit: 2 months ago
Linked from 2 awesome lists
crongogolangjob-scheduler
Related projects:
Repository | Description | Stars |
---|---|---|
roylee0704/gron | A Go library that provides a simple and flexible way to schedule recurring tasks and jobs. | 1,033 |
ajvb/kala | A modern job scheduler written in Go. | 2,140 |
knowm/sundial | A lightweight Java framework for scheduling jobs with various triggers | 270 |
mborders/artifex | A simple in-memory job queue for Golang using worker-based dispatching | 208 |
romshark/sched | A job scheduler written in Go with the ability to speed up execution by 'fast-forwarding' time | 28 |
soasme/nim-schedules | A Nim library that enables scheduling of periodic tasks with optional async support and throttling control. | 64 |
coreoz/wisp | A lightweight Java library for managing recurring tasks and jobs with features like scheduling, statistics tracking, and thread pool management. | 133 |
crazy-max/swarm-cronjob | Automatically schedules tasks on a distributed system using Docker Swarm and Go | 773 |
datarootsio/cheek | A lightweight declarative job scheduler for single-node environments. | 166 |
jjb/ruby-clock | A Ruby-based job scheduler that runs jobs in parallel threads within a persistent process. | 79 |
rk/go-cron | A simple Go library to handle scheduled tasks with varying intervals. | 233 |
kilgaloon/leprechaun | A tool that allows users to schedule recurring tasks in a flexible and customizable way using various scheduling patterns. | 104 |
thieman/dagobah | A simple job scheduler written in Python that uses a dependency graph to manage tasks and jobs. | 757 |
reugn/go-quartz | A minimalistic scheduling library that allows developers to create and manage scheduled jobs with various triggers. | 1,805 |
liujianping/job | A tool for scheduling and executing short-term commands as long-term jobs with customizable options for retries, timeouts, and concurrency. | 147 |