BW + TG Bot: multiple instances error

As has been said 999999 times before:

  • Don’t use a web service to run a tg bot with render - check
  • Use a background worker - check

and despite having polling disabled by default on first load + restarting it later…
I keep coming across

[polling_error] {“code”:“ETELEGRAM”,“message”:“ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running”}

every single time I make a push/upgrade to my repo from which the BW builds and deploys…
So please help me here:

  1. Do you have a similar zero downtime technique with background workers? (please confirm if so)
  2. What is the generally recommended approach to fix this?

Regards

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.