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
Copy file name to clipboardExpand all lines: keps/sig-api-machinery/2340-Consistent-reads-from-cache/README.md
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -253,6 +253,33 @@ Since falling back to etcd won't work, we should fail the requests and rely on
253
253
rate limiting to prevent cascading failure. I.e. `Retry-After` HTTP header (for
254
254
well-behaved clients) and [Priority and Fairness](https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/20190228-priority-and-fairness.md).
255
255
256
+
In order to mitigate such problems, let's present how the system currently works
0 commit comments