ChanQueueSubscribe slow consumer help needed #1084
susana-garcia
started this conversation in
General
Replies: 3 comments 12 replies
-
|
What is the size of the channel? It needs to have enough capacity to handle the traffic, something like 512k cap is the default in other APIs like |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Uhi, that might be the problem then, the size is 1 😳 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
no problem! :) will move to discussion instead of issue |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We are having an issue with our nats consumers and I’m wondering if someone could help me. We monitor our NATS JetStream with prometheus/grafana and there I see:
We use
ChanQueueSubscribeand I saw sometimes in the logs anats: slow consumer, messages droppederror message. But weird enough, I see new messages coming into both running apps and doing what they’re supposed to do. Plus it takes a few milliseconds to handle a new message received by the consumer.Any idea what might be off?
We use for the consumers and this is our setup:


Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions