let's create Tbot::Async
#245
Labels
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
Currently, when we do
settings.tbot.notify
, we wait for its completion. There are two problems associated with this. First, it's slow. Second, in case of Telegram failure (it happens, often), our workflow also will fail. Let's createTbot::Async
class, which will decorate an instance ofTbot
and will execute allnotify
calls asynchronously.The text was updated successfully, but these errors were encountered: