-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Cluster Scalability
-
Fully Compatible
-
ALL
-
Cluster Scalability 2025-01-20
-
0
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
We could potentially recursively call into a future chain, leading to an invariant if we retry too many times and hit the max depth limit.
Update the recursive call to use AsyncTry instead.