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
I set .concurrent_updates(True) in my bot to make it fully asynchronous.
Is it possible to process updates for a single user sequentially one-by-one, but keep bot asynchronous for other users?
I'm asking this question, because I'm afraid of race conditions while accessing DB for a single user. Sequential processing would fully solve my problem.
Traceback to the issue
No response
Related part of your code
No response
Operating System
Ubuntu
Version of Python, python-telegram-bot & dependencies
20.1
The text was updated successfully, but these errors were encountered:
Issue I am facing
I set
.concurrent_updates(True)
in my bot to make it fully asynchronous.Is it possible to process updates for a single user sequentially one-by-one, but keep bot asynchronous for other users?
I'm asking this question, because I'm afraid of race conditions while accessing DB for a single user. Sequential processing would fully solve my problem.
Traceback to the issue
No response
Related part of your code
No response
Operating System
Ubuntu
Version of Python, python-telegram-bot & dependencies
The text was updated successfully, but these errors were encountered: