Commit b4b3cf6
committed
fix(codex): keep scope isolation after the soft avoid expires
Suppressing the shared promotion at the moment of the failure only covered
one of the two places it happens. The failure streak lives for five minutes
but the soft avoid clears in thirty seconds, so there is a window where the
account is selectable again while shouldFailover still trips. A scoped
resolve reaches applyFailureFailover in that window, and it took no
quotaScope at all -- it promoted and persisted a new shared active account,
and picked its alternate from shared-scope eligibility rather than the
scope's own.
Thread the scope through and guard the promotion. The scope still routes
away from the failing account, which is its own decision to make; it just
no longer moves the cursor every other scope resolves from.
Found by CodeRabbit on #715.1 parent cf44228 commit b4b3cf6
2 files changed
Lines changed: 41 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1116 | 1116 | | |
1117 | 1117 | | |
1118 | 1118 | | |
1119 | | - | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
1120 | 1125 | | |
1121 | | - | |
| 1126 | + | |
1122 | 1127 | | |
1123 | | - | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
| 1134 | + | |
1124 | 1135 | | |
1125 | 1136 | | |
1126 | 1137 | | |
| |||
1309 | 1320 | | |
1310 | 1321 | | |
1311 | 1322 | | |
1312 | | - | |
| 1323 | + | |
1313 | 1324 | | |
1314 | 1325 | | |
1315 | 1326 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
919 | 920 | | |
920 | 921 | | |
921 | 922 | | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
922 | 948 | | |
923 | 949 | | |
924 | 950 | | |
| |||
0 commit comments