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

appengine: Check only if app installed and running #367

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

mike-sul
Copy link
Contributor

@mike-sul mike-sul commented Dec 2, 2024

Check only if app is installed and running at the "is app running" check at the beginning of each update cycle.
Whether app blobs are present&OK or not does NOT impact a properly installed and running app. Moreover, after "is app running" check, the aklite daemon checks whether all enabled apps (including the "reset" apps) are fully fetched. We need this check to make sure a user can switch (turn on/off) apps even in offline mode.
Therefore, this change removes the redundant check whether all app blobs are fetched&OK called at the "is app running" check.

Check only if app is installed and running at the "is app running" check
at the beginning of each update cycle. Whether app blobs are present&OK
or not does NOT impact a properly installed and running app.
Moreover, after "is app running" check, the aklite daemon checks whether
all enabled apps (including the "reset" apps) are fully fetched. We
need this check to make sure a user can switch (turn on/off) apps even
in offline mode.
Therefore, this change removes the redundant check whether all app blobs
are fetched&OK called at the "is app running" check.

Signed-off-by: Mike Sul <[email protected]>
@mike-sul mike-sul requested a review from detsch December 2, 2024 12:17
@detsch
Copy link
Member

detsch commented Dec 2, 2024

What are the plans to add this to master branch as well?

@mike-sul mike-sul merged commit d171d05 into v94 Dec 2, 2024
5 checks passed
@mike-sul mike-sul deleted the check-only-if-running branch December 2, 2024 14:10
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