-
When I declare a queue I use:
`queue = @channel.queue(@queue_name, durable: true, arguments: {"x-message-ttl" => 15000 })`
to set a Per Queue Message TTL as in the docs but nothing happen. Only …
-
## Version **0.10.20** of [msgflo](https://github.com/msgflo/msgflo) just got published.
Branch
Build failing 🚨
Dependency
msgflo…
-
If you deploy a Spring Boot app on cloudfoundry, the credentials of services are visible by default. We should review our defaults so that those are hidden as well (on top of the current usual suspect…
-
Have you considered leveraging SQS to remove the need for DynDNS and Firewall hole? This may be easier for people to secure, and AWS allows 1 Million SQS messages/mo for free.
A possible solution m…
-
My worker code is not much different than the RabbitMQ tutorial # 2 for Pika (http://www.rabbitmq.com/tutorials/tutorial-two-python.html). I have linked the Pastebin of my code (the real work is done …
-
When trying to push the java app after package (which is success), I am getting the below error:
FAILED
Error reading manifest file:
Expected services to be a list of strings.
And this is the manife…
-
## Checklist
- [*] I have included the output of ``celery -A proj report`` in the issue.
(if you are not able to do this, then at least specify the Celery
version affected).
- [*] I…
-
Domain labels specify what domain an issue belongs to. Assigning a domain label makes sure issues get the attention of the appropriate people. We capitalize them so they appear first. Proposed color i…
menor updated
8 years ago
-
I'm running into an issue where some of my worker processes will stop processing new tasks, causing them to pile up on the queue server. Left alone it will sometimes clear, and sometimes grow to impac…
-
I have a private CA that I use to sign certificates for RabbitMQ server and client use. The rabbitmq_exporter needs an option either to ignore certificate validation or to use a custom CA.