Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Don't repeat an operation endlessly if it is supposed to fail and does not #1124

Open
1 task done
chipzoller opened this issue Mar 17, 2024 · 0 comments
Open
1 task done
Labels
enhancement New feature or request

Comments

@chipzoller
Copy link
Contributor

chipzoller commented Mar 17, 2024

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

  • I have searched other issues in this repository and mine is not recorded.
@chipzoller chipzoller added the enhancement New feature or request label Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant