-
Notifications
You must be signed in to change notification settings - Fork 25
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
(chore) Config updates: Cache list of seen vins in ConfigEntry #502
Conversation
This should help to prevent ending up in situations such as #494 |
Needs a bit more testing still, conversion does not seem to always happen |
If I understand correctly this will be closed in favor of #528 + future PRs? |
No, this has been rewritten to contain only the 'vinlist' config data, that enables a cache of last seen vins |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
difficult to test this functionality, but code looks OK, lets try it 👍
I've tested it on my install to see if the migration works, and it does. the |
This PR is to be merged after #528 and adds:
Main use for this is to be able to start up even if the garage endpoint gives us an error.