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

Bugfix: MG: avoid blockig new requests #18177

Merged
merged 1 commit into from
Jan 11, 2025

Conversation

kscholty
Copy link
Contributor

The SAIC Code tries to repeat requests that failed consecutively, so that the main loop is not blocked.
It has a mechanism to make sure that this is only started once. That mechanism could falsely be labeled as running which would block all further requests.
This change fixes that.

@andig
Copy link
Member

andig commented Jan 11, 2025

Alternatively, consider using backoff with max retries per query.

@andig andig added the bug Something isn't working label Jan 11, 2025
@andig andig merged commit 3dab055 into evcc-io:master Jan 11, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants