Non-fault policies/strategies (e.g. polling) #1373
kmcclellan
started this conversation in
Ideas
Replies: 1 comment
-
This is supported via methods such as For example, you could retry until the result of a method was |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Any thought given to expanding this library to express execution policies/strategies that don't involve exceptions? A simple example is a poller that runs periodically using a random decorrelation coefficient. I've found myself wanting to leverage the configurable "backoff" delay + random jitter implemented in this library in scenarios outside the realm of fault handling.
Beta Was this translation helpful? Give feedback.
All reactions