[Feature] Don't repeat an operation endlessly if it is supposed to fail and does not #1124
Open
1 task done
Labels
enhancement
New feature or request
Problem Statement
Observed on 0.1.9-0.1.7. See a test case here where an update (patch) is supposed to fail yet does not causing Chainsaw to patch endlessly until it reaches the client rate limit. This delays other tests and throws thousands of messages to the console.
Solution Description
An operation which is supposed to fail yet does not should not try on an endless loop. Either try one and fail if allowed or use a static number of attempts before giving up.
Alternatives
No response
Additional Context
No response
Slack discussion
No response
Research
The text was updated successfully, but these errors were encountered: