Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the Fix for MongoPoolClearedError (#15764)
Recently, we had a MongoPoolClearedError. That means the Mongo pool would be destroyed and cleared whenever the scribe crashes off. ![Screenshot 2023-05-30 at 8 18 04 PM](https://github.com/microsoft/FluidFramework/assets/66701969/36169b1e-0722-4610-ba81-e91e0c1f9ea0) To prevent this issue, we runWithRetry with 6 times for 30 seconds intervals to read the document from the document repository. Therefore, once the scribe pod is resumed, we can connect to the document collection again.
- Loading branch information