-
* Discord Community Chat: https://discord.gg/G7Qnnhy
* StackOverflow: https://stackoverflow.com/questions/tagged/nestjs using the tag `nestjs`
* Twitter: If it's just a quick question you can pi…
-
At the moment, API usage is unrestricted.
The original idea eons ago was:
* Rate limit unauthenticated API usage to something very low (like 1 request / per sec), to allow manual API exploration …
hoyes updated
5 years ago
-
Currently failed deployments lead to outages.
Let's have two instances on each, so failed deployments would lead to stuck deploys, not downtimes.
-
The idea started from this issue https://github.com/EasyNetQ/EasyNetQ/issues/479 and @snebjorn has implemented a solution.
Open discussion, say yours.
-
RabbitMQ sets **x-death** message headers that had a **count** parameter incremented each time a message was delivered to DLQ. The messages from DLQ went back to normal queue after TTL expired and we …
-
RabbitMQ gets registered on root module level, but when I want to Inject AmqpConnection in other module for publish/request purposes it says that I cannot access it. Why RabbitMQ is not global, how to…
-
RabbitMQ 3.12.13
Erlang 25.3.2.12
bunny 2.22.0
Scenario - I need to cancel a few consumers from one or a few channels, I call:
```ruby
channels.each { |ch| ch.basic_cancel(consumer_tag) }
``…
route updated
2 months ago
-
## Describe the bug
after an interruption (possibly related to network issues), a volume stays read-only, resulting in a crashloop of the pod. in this case, the pod has a node affinity, and thus is a…
-
[The specification for v3 can be found here](https://github.com/pact-foundation/pact-specification/tree/version-3). The most notable inclusion is the support for message queues.
Pact v4 is WIP, so …
-
Hi,
Is there a way to tune up redelivery policy?
I have a need to detect whether consumer can process message or no and modify message with `undeliverableHere` flag in latter case.
I use `RenewOn…