-
```golang
package main
import (
"fmt"
"os"
"os/signal"
"sync"
"syscall"
"time"
"github.com/adjust/rmq/v5"
"github.com/redis/go-redis/v9"
)
const (
REDIS_SERV = "xxx"
RE…
-
Currently when RMQ has established a connection it will send a heartbeat, which sets a value with a 1 minute TTL, every second. This tells the queue cleaner that this connection is still live and shou…
-
I was just stress testing our little reverse proxy built on quic-go and found that memory increased linearly with requests.
I was performing around 50 rps, all of which were responding OK/200.
A b…
-
**Logstash information**:
- Logstash 7.17.6 worked fine. Problem started with Logstash 7.17.7, and is still reproducible with 7.17.9
- Logstash installed on SLES12SP5 through zypper using packages …
-
Hi everyone,
In the document, in order to add message to the queue, we had to open the queue and then publish the message (as the code below)
taskQueue, err := connection.OpenQueue("tasks")
taskQ…
-
This should be a setting where a streamer can enable commands (`!openQueue` / `!closeQueue`) so mods can open / close the queue as well.
-
```
Logstash failed to create queue {"exception"=>"Page file size is too small to hold elements" ...
```
The error is confusing for end users. We should more clearly state that this is potentially …
-
| | |
| --- | --- |
| Bugzilla Link | [16782](https://llvm.org/bz16782) |
| Resolution | INVALID |
| Resolved on | Oct 24, 2013 22:41 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [C++ sour…
-
When Logstash starts it uses https://github.com/elastic/logstash/blob/e9c9865f4066b54048f8d708612a72d25e2fe5d9/logstash-core/lib/logstash/bootstrap_check/persisted_queue_config.rb#L23 to check that `q…
-
If you listen to another media source (for example Spotify) and click on a song from an album, the playback from the other app doesn't always stop. This only happens if I click on a song directly. Not…