An open API service indexing awesome lists of open source software.

https://github.com/cyprx/gosch

A simple delay queue backed by redis
https://github.com/cyprx/gosch

background-jobs delay-queue distributed go golang queue scheduler

Last synced: about 1 month ago
JSON representation

A simple delay queue backed by redis

Awesome Lists containing this project

README

          

# Gosch - A simple delay queue backed by redis

![build](https://github.com/cyprx/gosch/actions/workflows/go.yml/badge.svg)

Gosch provides simple methods to schedule an item for later processing, it supports horizontal scaling by manual adding partitions

## Prerequisites
- Redis 6.0+

## Installation
```shell
# go 1.18+
go install github.com/cyprx/gosch
```

## Performance
TODO

## Contribution
You could help continuing its development by:

- Contribute to the source code
- Suggest new features and report issues

## License
MIT