artifex
Job scheduler
A simple in-memory job queue for Golang using worker-based dispatching
Simple in-memory job queue for Golang using worker-based dispatching
206 stars
11 watching
14 forks
Language: Go
last commit: 4 months ago
Linked from 2 awesome lists
golangjob-schedulerjob-workerqueue-workers
Related projects:
Repository | Description | Stars |
---|---|---|
ajvb/kala | A modern job scheduler written in Go. | 2,136 |
onatm/clockwerk | A library for scheduling periodic jobs in a simple and efficient manner | 155 |
orlandos-nl/mongoqueue | An implementation of a job queue in Swift using MongoDB as the backend storage | 13 |
datarootsio/cheek | A lightweight declarative job scheduler for single-node environments. | 161 |
romshark/sched | A job scheduler written in Go with the ability to speed up execution by 'fast-forwarding' time | 28 |
workanator/go-floc | A package that simplifies the creation and management of parallel jobs with easy-to-use interfaces. | 269 |
madflojo/tasks | A high-frequency task scheduler that supports concurrent execution and flexible control over task timing. | 303 |
dirkaholic/kyoo | An unlimited job queue with concurrent worker pools for Go applications | 51 |
schedulix/schedulix | An enterprise job scheduling system for managing and automating tasks and workflows. | 121 |
brthor/gofer.net | A distributed job runner for .NET applications | 541 |
msavin/stevejobs | A simple jobs queue for Meteor.js applications | 207 |
nestjs/bull | Provides a job queue and scheduling system for a Node.js framework with a focus on TypeScript development | 611 |
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 |
billmalarky/react-native-queue | A React Native job queue with persistent storage and support for OS background tasks and worker threads | 795 |
carlescere/scheduler | Provides a simple way to schedule recurrent jobs with flexible timing options | 450 |