q2ebanking / boa-constrictor

Boa Constrictor is a C# implementation of the Screenplay Pattern. Its primary use case is Web UI and REST API test automation. Boa Constrictor helps you make better interactions for better automation!
https://q2ebanking.github.io/boa-constrictor/
Other
118 stars 40 forks source link

Explore Polly #19

Closed AndyLPK247 closed 3 years ago

AndyLPK247 commented 4 years ago

Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.

Should we use Polly for Boa Constrictor's waiting and retries? Maybe. Let's discuss that here in this issue.

pl-aknight commented 3 years ago

Polly looks like a great package, but I think it's overkill for Boa Constrictor's needs.