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

fix: avoid retry on sleep/unavailable when the car is asleep with wake_if_asleep=False #416

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

bdraco
Copy link
Contributor

@bdraco bdraco commented Jul 21, 2023

We would retry on 408s even if wake_if_asleep was False which slowed down startup a lot for cars we did not wake

Before: startup 145.3s
After: startup 15.2s

…s with wake_if_asleep=False

Curerntly we would retry on 408s even if wake_if_asleep was False which
slowed down startup a lot for cars we did not wake
@bdraco bdraco changed the title Avoid retries when the car is asleep with wake_if_asleep=False fix: avoid retries when the car is asleep with wake_if_asleep=False Jul 21, 2023
@bdraco bdraco changed the title fix: avoid retries when the car is asleep with wake_if_asleep=False fix: avoid try on sleep/unavailable when the car is asleep with wake_if_asleep=False Jul 21, 2023
@bdraco bdraco marked this pull request as ready for review July 21, 2023 15:06
@bdraco bdraco changed the title fix: avoid try on sleep/unavailable when the car is asleep with wake_if_asleep=False fix: avoid retry on sleep/unavailable when the car is asleep with wake_if_asleep=False Jul 21, 2023
@alandtse alandtse merged commit 60ede4e into zabuldon:dev Jul 25, 2023
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants