sched
Job scheduler
A job scheduler written in Go with the ability to speed up execution by 'fast-forwarding' time
A job scheduler for Go with the ability to fast-forward time.
28 stars
4 watching
1 forks
Language: Go
last commit: about 1 month ago
Linked from 2 awesome lists
gogolang
Related projects:
Repository | Description | Stars |
---|---|---|
ajvb/kala | A modern job scheduler written in Go. | 2,136 |
datarootsio/cheek | A lightweight declarative job scheduler for single-node environments. | 161 |
onatm/clockwerk | A library for scheduling periodic jobs in a simple and efficient manner | 155 |
schedulix/schedulix | An enterprise job scheduling system for managing and automating tasks and workflows. | 121 |
mborders/artifex | A simple in-memory job queue for Golang using worker-based dispatching | 206 |
rk/go-cron | A simple library to handle scheduled tasks in Go | 230 |
roylee0704/gron | A Go library that provides a simple and flexible way to schedule recurring tasks and jobs. | 1,031 |
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. | 410 |
orlandos-nl/mongoqueue | An implementation of a job queue in Swift using MongoDB as the backend storage | 13 |
carlescere/scheduler | Provides a simple way to schedule recurrent jobs with flexible timing options | 450 |
thieman/dagobah | A simple job scheduler written in Python that uses a dependency graph to manage tasks and jobs. | 755 |
resque/resque-scheduler | Supports scheduling of future job runs in a background job system | 1,737 |
reugn/go-quartz | A minimalistic scheduling library that allows developers to create and manage scheduled jobs with various triggers. | 1,793 |
madflojo/tasks | A high-frequency task scheduler that supports concurrent execution and flexible control over task timing. | 303 |
jjb/ruby-clock | A Ruby-based job scheduler that runs jobs in parallel threads within a persistent process. | 79 |