Something went wrong on our end
Select Git revision
-
Volker Schukai authoredVolker Schukai authored
README.md 1.58 KiB
Job Queues
Overview
These jobQueue
library written in Go provides a simple interface for managing jobs and workers.
It is designed to be used in a distributed environment where multiple workers can be assigned to a job
queue. The library provides a Manager
that can be used to manage workers, schedule jobs, and handle
the state of the job queue.
Jobs can also be persisted to a database using Gorm.
The library also provides a Cron
instance for scheduling jobs.
Getting Started
Prerequisites
- Go 1.22+
Installation
go get -u gitlab.schukai.com/oss/libraries/go/services/job-queues