I have a Telegram bot using the python-telegram-bot library and Django. The bot is run and messages are processed via a webhook pythonanywhere. I used the free plan and the bot was working perfectly, but I needed to upgrade the account to access external sites. After upgrading to the Hacker plan, issues started occurring with message processing and improper tracking.
How can I resolve this issue? Could it be related to high CPU usage or SSH settings?
Thank you.
....................