Skip to content

v0.8.0

Choose a tag to compare

@harris21 harris21 released this 02 Jul 22:35
· 5 commits to main since this release
89aafe9

What's Changed

  • Add an optional, pluggable RecoveryStrategy for half-open probing, by @ahinkle in #19. Implement the contract and set recovery_strategy on a service to control how a recovered service is tested (for example, warming a slow service back up gradually instead of returning to full speed on the first success). It resolves through the container, just like failure_classifier.

The default SingleProbe strategy preserves existing behavior exactly, so no configuration is needed and there are no breaking changes.

Full Changelog: v0.7.0...v0.8.0