I’m using the telegram implementation to send over texts to my phone and the only way I can do it is via polling, since webhooks forces me to expose my pi to the internet.
I get roughly 32k polling requests to my DNS per day - that’s a poll every roughly 2.5 seconds.
I’d be happy with a poll per minute, since I just send like half a dozen to a dozen messages per day.
Is it possible to implement a way to decide every how long the docker component makes the polling so we cn tweak this behaviour?