You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The /queuing/monitor and /queuing/statistics HTTP API endpoints in newer vertx-redisques versions are really slow. The other endpoints like /queuing/queues or /queuing/locks are fast in the newer versions too. Check the two compared versions below:
QueueStatistics can be disabled by configuration. In this case I would also expect the API to not collect/process this data. Therefore the response times should be as fast as before
The
/queuing/monitor
and/queuing/statistics
HTTP API endpoints in newer vertx-redisques versions are really slow. The other endpoints like/queuing/queues
or/queuing/locks
are fast in the newer versions too. Check the two compared versions below:3.0.31
curl -o /dev/null -s -w "Response Time: %{time_total}s\n" http://localhost:7018/queuing/monitor Response Time: 0.006s
4.1.2
curl -o /dev/null -s -w "Response Time: %{time_total}s\n" http://localhost:7018/queuing/monitor Response Time: 0.780s
This is around 130 times slower in the new version. One thing related could be that newer versions have more output. See:
The output of the older versions is:
The text was updated successfully, but these errors were encountered: