hutch
hutch copied to clipboard
A system for processing messages from RabbitMQ.
At this location in the README, https://github.com/gocardless/hutch#newrelic there's nothing shown at the screenshot URL.
I also would like your feedback on this. I'm in a situation where we use hutch in multiple services. Each consumers is namespaced under a `consumer` ruby module. We try...
Currently, as far as I understand, if a Producer publishes a message and no Consumer is available to consume it, that message is dropped without trace. This is because no...
Hey there, Thanks a lot for Hutch! I am really enjoying it. I am looking to do something that may or may not be possible today, if not, I am...
Hi guys, We are using Hutch to listen to a routing-key on RabbitMQ and insert the read message on ElasticSearch. We found out some strange behaviours that we don't know...
When I start hutch with or without command line options it exits without error. It prints the following 2 lines and then exits. ``` 2015-03-25T10:20:27Z 64978 INFO -- hutch booted...
Write some integration specs that test the whole process of receiving a message from RabbitMQ, and taking action in a consumer.
A recent change to GC caused the wrong version of hutch to be deployed and caused the consumers to be unable to connect to RMQ. We should get alerts when...
When we're using mirrored queues, there is a chance of receiving a message multiple times. Prevent this by storing message ids / hashes in Redis or Zookeeper, and checking if...
Current handling is to log an error. We should be pushing the error to sentry so that we get notified, or even email devs as it is quite serious.