Retry for subgraph requests #2241
bnjjj
announced in
Experimental
Replies: 1 comment 3 replies
-
Some basic feedback after we have used this extensively for quite some time: Works like a charm. The only issue is that the configuration is heavily leaned toward the Finneagle algorithm used to implement this feature. It would probably help a lot by clarifying a few of these properties to make it really clear (from reading the config alone, and not the docs) which setting does exactly lead to which behavior. :) To be honest, though, I would probably have to think for a while myself to come up with better naming, or an idea of how to improve this further. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Related to #338 and #2006 .
I implements the retry on subgraph requests. Here is an example of configuration:
Still as an experimental feature because we don't know if it's the right configuration shape. Feel free to give your opinions in this discussion.
Beta Was this translation helpful? Give feedback.
All reactions