Hello,
I am currently facing an issue with running my bot continuously on the Hacker plan. Despite having the plan activated, my bot doesn’t seem to run 24/7 as expected.
Here’s a brief overview of my setup and the issue:
- Bot Description: My bot, written in Node.js, monitors blockchain transactions and sends notifications via Telegram. It is supposed to run continuously to check for new transactions.
- Plan Details: I am subscribed to the Hacker plan, which, as I understand, should allow my bot to run uninterrupted.
- Issue Observed: The bot stops executing when the Replit window is closed, and I do not see the “Always On” feature in my settings, which I believe is essential for continuous running.
- Error Logs: The bot shows connectivity errors at times (ECONNRESET errors), possibly indicating intermittent network issues or problems connecting to the Alchemy API.
I would appreciate any guidance on the following:
- How can I enable the “Always On” feature for my bot on the Hacker plan?
- Are there known issues or additional settings that I need to adjust to ensure continuous operation?
- Any insights into handling the
ECONNRESET
error more effectively?