Lombiq/HipChat-to-Microsoft-Teams-Migration-Utility

Request batching

Opened this issue · 1 comments

Request batching to avoid API throttling slowing down the import. Tried it but it doesn't work due to "Resource not found for the segment 'beta'.". See this post.

There is actually a partial (reverted implementation) in a previous commit: ace13ec

Without batching or some other better option you can import about 1800 messages a day if you don't import multiple HipChat messages into a Teams message (then throttling kicks in and you'll need to wait 24 hours).

This is now somewhat alleviated by being able to import multiple messages into a single Teams message.