Marsel Arduanov
Marsel Arduanov
I have old version 1.0.2 and current 1.1.0 Command `rock tag -p` produce wrong version v1.1.3 instead v1.1.1 ``` Existing Tags: v1.0.1 v1.0.0 v1.1.0 v1.0.2 Creating v1.1.3 Tagged and pushed...
fix #30
It's impossible to update queue module without restarting Tarantool server. This makes the queue module unmaintained in production.
Integration with [Tarantool metrics module](https://www.tarantool.io/en/doc/latest/book/monitoring/install/) and [grafana dashboard ](https://www.tarantool.io/ru/doc/latest/book/monitoring/grafana_dashboard/) will help monitor the queue module.
The number of requests has increased significantly аfter installation of queue module. I use tarantool for data cache and when the client disconnects, the queue creates a new session and...