You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/venv/lib/python3.7/site-packages/telegram/ext/dispatcher.py:251: UserWarning: Asynchronous callbacks can not be processed without at least one worker thread.
'Asynchronous callbacks can not be processed without at least one worker thread.'
every time a cron jobs executes a command in production. So we currently getting 1440 cron job mails a day :D
Is there a way to disable this or why we get this error in general, locally I don't get this error?
Can we prevent that all the telegrambot_handlers.py gets loaded when a command gets executed?
Thanks in advance :)
The text was updated successfully, but these errors were encountered:
We are getting the warning
every time a cron jobs executes a command in production. So we currently getting 1440 cron job mails a day :D
Is there a way to disable this or why we get this error in general, locally I don't get this error?
Can we prevent that all the
telegrambot_handlers.py
gets loaded when a command gets executed?Thanks in advance :)
The text was updated successfully, but these errors were encountered: