AusDTO / disco_layer

Code, outputs and Information relevant to the discovery layer.
1 stars 5 forks source link

high capacity MQ (~100M/month) #83

Closed monkeypants closed 9 years ago

monkeypants commented 9 years ago

with a mind to #67, I did

sudo docker-compose scale worker=10

and very quickly I crossed the per-month message limit on the free cloud AMPQ service I was using. Oops.

So, either I need to pony up for a much larger supply, or I need to go back to running my own RabbitMQ container. I stopped doing that because a) it's a statefull backing service, and b) I didn't have a nice solution for automating configuration after build-out yet.

monkeypants commented 9 years ago

switched to a dedicated t3.micro instance running rabbitmq, doesn't seem to be having any problems with throughput.