Overview
VPS (Digital Ocean, Linode, AWS EC2)
This architecture is very cost-effective, you can even deploy a Web project which supports Celery
on a Digital Ocean Droplet which costs only $10/mo
The drawbacks:
- It is not easy to
Scale
in the future. - You need a little more time to do some
Devops
work.
Heroku
This architecture is very popular and has a great ecosystem.
If you are not sure where to deploy your project, I would recommend you to try Heroku
The drawbacks:
- The price is not friendly to some people.