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
After updating from version 4.8.6 to version 5.3.3, chats with a large number of messages in threads do not load history. I get the error "Error, to many requests. Please slow down..."
After that, the download circles flash, but nothing else downloads. Unable to load history.
In other chats where there are not many messages in the threads, the chat history is loaded.
I tried changing the Rate Limiter values, but that didn't work. The Rate Limiter is now at its default value.
Steps to reproduce:
Open a chat with a large number of messages in threads.
An error appears, the chat content is not loading.
Expected behavior:
The chat history is loaded even if there are threads with a large number of messages in the chat.
Actual behavior:
Chat history does not load if it has a large number of messages in many threads
Below is an example video.
Server Setup Information:
Version of Rocket.Chat Server: 5.3.3
Operating System: Oracle Linux 8.5
Deployment Method: docker
Number of Running Instances: 20
DB Replicaset Oplog: Enabled
NodeJS Version: v14.19.3
MongoDB Version: 5.0.14
Client Setup Information
Desktop App or Browser Version: Desktop App 3.8.14, Chromium 103.0.5060.53
Operating System: Windows 11. Debian 11.
Additional context
Version 4.8.* and previous versions did not have this problem.
Relevant logs:
The text was updated successfully, but these errors were encountered:
Confirm that bug.
Looks like every thread message create separate REST API request, and if amount of such messages a big, then Rate Limiter blocks it. That behavior must be fixed.
cc @dudanogueira@debdutdeb to show that issue to team.
Description:
After updating from version 4.8.6 to version 5.3.3, chats with a large number of messages in threads do not load history. I get the error "Error, to many requests. Please slow down..."
After that, the download circles flash, but nothing else downloads. Unable to load history.
In other chats where there are not many messages in the threads, the chat history is loaded.
I tried changing the Rate Limiter values, but that didn't work. The Rate Limiter is now at its default value.
Steps to reproduce:
Expected behavior:
The chat history is loaded even if there are threads with a large number of messages in the chat.
Actual behavior:
Chat history does not load if it has a large number of messages in many threads
Below is an example video.
Server Setup Information:
Client Setup Information
Additional context
Version 4.8.* and previous versions did not have this problem.
Relevant logs:
The text was updated successfully, but these errors were encountered: