Skip to content

Added circuit generations

Compare
Choose a tag to compare
@awolden awolden released this 15 Dec 17:56
· 14 commits to master since this release
  • Adds in the concept of circuit generations. A generation will be an integer that increments by one every time a circuit is opened. Service requests will be tagged with a generation and the generation will be checked on failed response to make sure we don't inadvertently pollute the current circuit with requests that are from a previous circuit generation.
  • Add the breaker name to circuit rejections