Pragya Garg
Pragya Garg
Issue which this PR tries to solve: When server is throttled, it returns 429 error code along with retryAfter time value. In static workload, if retry-after is respected everything should...
- New utility function in `odspUrlResolverForShareLink` class of odsp-driver which can add locator parameter (`nav` param) to the base url provided as an input to the function. - One of...
[How contribute to this repo](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md). [Guidelines for Pull Requests](https://github.com/microsoft/FluidFramework/wiki/PR-Guidelines#guidelines). The sections included below are suggestions for what you may want to include. Feel free to remove or alter parts of...
The response of joinSession api is saved in the cache (for the duration it is valid) so that, in case there is a socket disconnect, we can use the same...
Update codeowners to watch runtime/loader/driver files.
Enable single-commit summaries via `summarizeProtocolTree` policy flag in `IDocumentServicePolicies` - which for routerlicious will be set when `enable_single_commit_summary` flag is provided in the `supportedFeatures` property bag in IConnected. This change...
[How contribute to this repo](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md). [Guidelines for Pull Requests](https://github.com/microsoft/FluidFramework/wiki/PR-Guidelines#guidelines). The sections included below are suggestions for what you may want to include. Feel free to remove or alter parts of...
Attempt to fix the depcheck tool, that can be used to report or fix the unused or misplaced dependencies in the repo.
This PR helps add `retryCount` to the service calls made by the driver. This would enable services (specifically FRS) to track scope of degradation of their services by using this...
Followup from PR: https://github.com/microsoft/FluidFramework/pull/22173 Replaced summarizeOnDemand() with summarizeNow() so that the loadContainer utility can be provided with the summaryVersion. This ensures that the container refers to the latest snapshot and...