proxy.golang.org : github.com/mvisonneau/taskq
Package msgqueue implements task/job queue with in-memory, SQS, IronMQ backends. go-msgqueue is a thin wrapper for SQS and IronMQ clients that uses Redis to implement rate limiting and call once semantic. go-msgqueue consists of following components: rate limiting is implemented in the processor package using https://github.com/go-redis/redis_rate. Call once is implemented in clients by checking if message name exists in Redis database.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/mvisonneau/taskq
License: BSD-2-Clause
Latest release: over 6 years ago
First release: about 8 years ago
Namespace: github.com/mvisonneau
Stars: 0 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 27 days ago