You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto scaling your applications in the marathon through the amount of messages in the queue of RabbitMQ. Easy and Simple. Thanks to alenkacz / marathon-rabbitmq-autoscale but I challenged myself to do this in python. Unfortunately I do not like / know java / scala ... :(
Simple way to scale your application by numer of message in RabbitMQ queue
Working in Progress
Next Steps
[x] Remove Print / Add Logging
[x] Create a DockerFile
[x] Create on Docker Hub
[ ] Remove pyrabbit / Create my own rabbit api request
About
Auto scaling your applications in the marathon through the amount of messages in the queue of RabbitMQ. Easy and Simple. Thanks to alenkacz / marathon-rabbitmq-autoscale but I challenged myself to do this in python. Unfortunately I do not like / know java / scala ... :(