proxy.golang.org : github.com/dimo-network/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
- codemeta.json
purl: pkg:golang/github.com/dimo-network/taskq
License: BSD-2-Clause
Latest release: over 7 years ago
First release: over 8 years ago
Namespace: github.com/dimo-network
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago
github.com/dimo-network/taskq/v3 v3.2.8
Golang asynchronous task/job queue with Redis, SQS, IronMQ, and in-memory backends25 versions - Latest release: about 4 years ago - 0 stars on GitHub
github.com/DIMO-Network/taskq/v3 v3.2.8
Package taskq implements task/job queue with Redis, SQS, IronMQ, and in-memory backends.25 versions - Latest release: about 4 years ago - 2 dependent packages - 0 stars on GitHub
github.com/DIMO-Network/taskq v1.8.2
Package msgqueue implements task/job queue with in-memory, SQS, IronMQ backends. go-msgqueue is ...51 versions - Latest release: over 7 years ago - 0 stars on GitHub