hono icon indicating copy to clipboard operation
hono copied to clipboard

[#3659] Fix Prometheus limit check to use read timeout

Open harism opened this issue 1 year ago • 0 comments

Prometheus based limit check does not give any wait time for reading cache misses, utilize the timeouts that Prometheus reads do have internally and use CompletableFuture.get() without explicit timeout to wait and read the cache entry value.

harism avatar Oct 07 '24 16:10 harism