This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
v1.0.0
1.0.0 (2021-08-03)
Features
- gql: id field inside Queue(concatenated prefix and name then converted to base64)
- gql: queues now can have the same name, if their keyPrefixes are different
BREAKING CHANGES
- all mutations and queries that have the "queue"
argument now should use queue's id instead of name as a unique queue
identifier - since this version all the existing old metrics will be removed. they have been stored in redis assuming that queue names are unique, so queues with the same name did override metrics of each other