proxy.golang.org : gitee.com/mirrors/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
- Homepage
- Documentation
- JSON
purl: pkg:golang/gitee.com/mirrors/taskq
License: BSD-2-Clause
Latest release: almost 7 years ago
First release: about 8 years ago
Namespace: gitee.com/mirrors
Last synced: 4 days ago