I have two diferent workflows one to send emails and one to store memory, both have telgram bot triggers, I have two distnct bots, and both the workflows activated,
Now suddenly sometimes one workflow works and other stops, and vice varsa, and sometime both stops working and then when I deactivate one of them and activate again then it starts working, it happens with both the workflows.
I think I found the issue, I will share what I did so that its helpful for everyone,
What I did was I created one workflow for sending emails it was working fine, and then I copied few nodes for telgram trigger and swtich and stuff and then pasted in the new workflow and created another workflow for saving memory, so the issue was both the telegram trigger had the same production webhook url , thats the reason it keep on stopping suddnely one after the other, I deleted one of the telegram trigger and created a fresh node and now its working fine.