There are two bot telegrams in Python (pyTelegramBotAPI). There is a problem that some bot stops responding to requests until I have figured out this problem, and the background bot processes work and send notifications ...
I want to make these two bots periodically interrogate each other. If a bot does not respond, then send to the user i. I am notified.
Maybe someone did something like that? How to implement the algorithm correctly? Tried to make sketches, but not successfully ...