-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patch envelopes
clear inline objects every time config recreates
We don't have a mechanism to update EdgeDevConfig by part, we always send whole config to EVE. It is easier to delete previous patch envelopes and create them from scratch, rather than load each file, compare them with new and rewrite if it's changed (since we are talking about files less than 1MB) or rewriting them. This, of course create a possible state where app instance tries to access file which is not there anymore and new config has not been propagated yet to zedrouter, but in that case metadata server will return error and app instance can either retry or request description.json once again This commit also addresses some spelling issues and yetus fixes Signed-off-by: Pavel Abramov <[email protected]>
- Loading branch information
1 parent
2120f7b
commit eec7808
Showing
10 changed files
with
380 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.