kyoo
Job queue library
An unlimited job queue with concurrent worker pools for Go applications
Unlimited job queue for go, using a pool of concurrent workers processing the job queue entries
51 stars
4 watching
4 forks
Language: Go
last commit: about 2 years ago
Linked from 2 awesome lists
gogolanggolang-libraryjob-queuequeuerabbitmqsqsworker
Related projects:
Repository | Description | Stars |
---|---|---|
| A Go library that provides an embedded persistent job queue with in-process job processing and storage backed by BadgerDB. | 161 |
| Provides a concurrency control mechanism for managing goroutine groups and ensuring their termination after completion. | 18 |
| A distributed job and worker logic library that utilizes RabbitMQ for message handling. | 62 |
| A high-performance worker pool library for managing concurrent tasks in Go | 1,560 |
| A pluggable job queue and worker pool for Elixir, focused on at-least-once execution. | 723 |
| A library that provides a concurrency limiting goroutine pool for efficient task execution and management. | 519 |
| A package offering concurrent-safe queue implementations with auto-expanding capacity and fixed capacities | 404 |
| Simplifies creating multiple worker threads to execute tasks in parallel | 72 |
| A Haskell-based job queue system with an admin UI and additional features. | 75 |
| Manages a resizeable pool of context aware goroutines to bound concurrency and wait for resources to become available. | 90 |
| A minimalistic scheduling library that allows developers to create and manage scheduled jobs with various triggers. | 1,805 |
| A task queue system for Django applications | 1,841 |
| A modern job scheduler written in Go. | 2,140 |
| A simple in-memory job queue for Golang using worker-based dispatching | 208 |
| A package that simplifies the creation and management of parallel jobs with easy-to-use interfaces. | 269 |