-
TriggerDelay is missing a simple accumulation option for the delay.
Here is an example, adding the accumulate option as boolean, which adds delay in a queue, and outDelaying will turn FALSE after a…
-
**Is your feature request related to a problem? Please describe.**
`DelayQueue::remove` states:
> The function panics if `key` is not contained by the queue.
There is no corresponding `Option` or…
-
I'm building a kind of "test-bed" for some tokio code that uses timers. I would like to be able to not only "pause time" for this tokio code, but also to adjust the rate at which time passes, so I can…
-
org.redisson.client.RedisConnectionException: Can't connect to servers!
at org.redisson.cluster.ClusterConnectionManager.(ClusterConnectionManager.java:135)
at org.redisson.config.ConfigSupport.cr…
-
In my setup, where one application (producer) adds data into redis stream using XADD and another application (consumer) data through XREAD and latest ioredis client was used.
**PROBLEM 1:**
During…
-
We use datadog agent in native-image graalvm, but when deploy, we get error class not found
```
Nov 20, 2024 @ 10:20:02.241 | [dd.trace 2024-11-20 10:20:02:241 +0700] [dd-profiler-http-dispatcher…
-
The `LinkedQueue` has `offer_ms` and `poll_ms` which both take a `u32` of milliseconds, while the `DelayQueue` has a `poll_timeout` that takes a `Duration`. Since `Duration` is provided in the `std`, …
-
While I was able to send +10000 MT/s via 40 transmitters, only ~1500 DR/s was coming back through 40 receivers. A lot of time was spent waiting on java.util.concurrent.DelayQueue
imho every SmscSmppS…
krasa updated
8 years ago
-
Currently the lock reaper maintains a `BlockingQueue` of tokens to check for reaping. The lock reaper sleeps for the minimum of the time before the lock actually expires, and the allowed clock drift (…
-