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
Add additional error handling to CosmosHealthCheck (#4781)
* Added additional error handling to CosmosHealthchecks
* Added tests
* fix code scanning error in tests
* make code easier to review
* add test descriptions back to code
* removed unnecessary exception logging
* Moved logging of CosmosDiagnostic to the property bag
* fix code scanning error
Moved cosmos job hosting to use unified retry logic (#4773)
* Moved cosmos job hosting to use unified retry logic
* Improve exception policy per cosmos recomendations
* remove unneeded using
* fix reindex worker context
* fix code scanning issue
* handle case of null diagnostics
* Add retry unit tests
* formatting fixes
* remove unneeded usings
* updated retry policy
* cleanup
* add logging to new tests
* relaxed retry test timing due to stopwatch impercision
* removed primary constructor in CosmosQueueClientTests child test class
* advanced base, non default delay
Add worklaod identity as option for schema manager (#4766)
* Add worklaod identity as option for schema manager
* remove incorrect test file
* move resources to correct location