kbase / auth2

KBase authentication server MKII
MIT License
1 stars 9 forks source link

Add mongo-retrywrites to config. #426

Closed MrCreosote closed 8 months ago

MrCreosote commented 8 months ago

The new client by default sets retry writes to true, which doesn't work for single servers.

This is painful to test locally so we'll need to test in CI.

codecov[bot] commented 8 months ago

Codecov Report

Merging #426 (93446ef) into gavin-inbox (060e222) will increase coverage by 0.00%. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## gavin-inbox #426 +/- ## ============================================== Coverage 93.39% 93.39% - Complexity 2142 2143 +1 ============================================== Files 126 126 Lines 7520 7524 +4 Branches 1178 1178 ============================================== + Hits 7023 7027 +4 Misses 454 454 Partials 43 43 ```
Xiangs18 commented 8 months ago

Similar to https://github.com/kbase/workspace_deluxe/pull/573/files