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 have a very strange problem. I'm making my own bot and it has a database. so it does not have time to update and because of this, some "unique" messages are duplicated in the database. the solution I see is to set the processing time for each request.
tell me, is there a way to set the interval for processing the request? additionally, a person sends 10 messages at once (message forwarding) - how to make sure that they are processed sequentially and each message is processed with a difference of 1c. That is, such a request will be processed for ~ 10 seconds
The text was updated successfully, but these errors were encountered:
I have a very strange problem. I'm making my own bot and it has a database. so it does not have time to update and because of this, some "unique" messages are duplicated in the database. the solution I see is to set the processing time for each request.
tell me, is there a way to set the interval for processing the request? additionally, a person sends 10 messages at once (message forwarding) - how to make sure that they are processed sequentially and each message is processed with a difference of 1c. That is, such a request will be processed for ~ 10 seconds
The text was updated successfully, but these errors were encountered: