(no title)
jastr | 4 years ago
For hosting, consider Heroku and Heroku add-ons for MySQL, Redis, and RabbitMQ. You could run workers in Heroku as well.
It would be possible to run this entirely in a VPS as well and fairly straightforward. I've also had success running the web app (with postgres and redis) in Heroku but the workers on a VPS.
JoeOfTexas|4 years ago
RabbitMQ is also integrated heavily between the different services.
Looking at Heroku, it seems a bit overpriced for MySQL and Redis, the cheaper offerings don't offer much RAM.
I might look at VPS/Bare metal to host all the infrastructure. Thanks!