Craig Boger (from Dev Box)
56f50e1320
Updated to have a write client and multiple read clients. Added enum to help with selection of client based on needed operation.
...
Need to modify endpoint selection in CosmosClient to select endpoints based on client called.
2024-03-28 15:35:13 -07:00
Craig Boger (from Dev Box)
4c61cfef58
Actually working client regeneration. Garbage collection still not cleaning up old clients.
2024-03-28 15:35:13 -07:00
Craig Boger (from Dev Box)
07dacfa04f
Revert "Setup so that client regenerates when another endpoint is selected."
...
This reverts commit bbe4a755a0 .
2024-03-28 15:35:12 -07:00
Craig Boger (from Dev Box)
18f1b416b2
Setup so that client regenerates when another endpoint is selected.
...
Also ran tests on queries in multiple tabs. Looks like the operations complete. Need to confirm old client is garbage collected.
2024-03-28 15:35:12 -07:00
Craig Boger (from Dev Box)
8d352e6e7d
Quick demo of using another client for some read operations. Other read operations still cause error when primary region is blocked. HPM proxying for local dev still looks to work ok. Still need to add ability to swap out endpoints in the regional endpoint.
2024-03-28 15:35:12 -07:00
JustinKol
c91ac39248
Query Max Retry settings ( #1688 )
...
* Added query retry settings
* prettier run
* Fixed tests and queryDocuments
* Fixed tests
* corrected logic
* Updated tests and logic
* Removed optional flag
* Added default value text
* Reworded text
* moved retry options to CosmosClient
* removed unused references to retryOptions
* Reverting formatting
* reverting
* revert
* prettier run
* Correct default and added options directly to the client
* Prettier run and unit test update
* Corrected tooltip and constant name
* Added inSeconds to WaitTime
2023-12-29 08:12:20 -05:00
Laurent Nguyen
90c1439d34
Update prettier to latest. Remove tslint ( #1641 )
...
* Rev up prettier
* Reformat
* Remove deprecated tslint
* Remove call to tslint and update package-lock.json
2023-10-03 17:13:24 +02:00
Zachary Foster
2bc298fef1
[Hosted] AAD implementation for item operations ( #643 )
2021-05-18 17:59:09 -05:00
Steve Faulkner
4be53284b5
Prettier 2.0 ( #393 )
2021-01-20 09:15:01 -06:00
victor-meng
f54e8eb692
Move queryDocuments out of DataAccessUtility ( #334 )
2020-12-16 15:27:17 -08:00