Commit aaff4e0
authored
feat: improve auth service resilience (#1367)
## Problem
Auth service could be more robust, this attempts to tackle some of the transient auth failures.
<!-- Who is this for and what problem does it solve? -->
<!-- Closes #ISSUE_ID -->
## Changes
- Better hooks for connectivity/sleep/wake
- Better retry logic1 parent d2e2f22 commit aaff4e0
File tree
3 files changed
+522
-236
lines changed- apps/code/src/main
- services/auth
3 files changed
+522
-236
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | 96 | | |
105 | 97 | | |
106 | 98 | | |
| |||
0 commit comments