IntelligentTrading / telegram-bot

Intelligent Trading Technologies | Telegram Bot
MIT License
3 stars 2 forks source link

Migrate the bot to Node on Heroku #9

Closed Brbb closed 6 years ago

Brbb commented 6 years ago

Description

Refactor the current code in order to use node and run on Heroku

Solution

tomcounsell commented 6 years ago

with polling running well on heroku, I don't think we need a keepalive.

We can put a health-check item in the backlog of things to build that will routinely test the chat and commands to make sure everything is working as expected, but it's not urgent.

Also for num of workers and balancing, we have a good architecture of microservices, so we shouldn't need to scale to multiple workers until we hit over 70,000 users (that's my rough estimation on current capacity)