Hello,
I am curious if there is a little more information available about the scheduling of snap updates. Had an issue where a snap was running as a daemon and disconnected from the internet. When internet was restored, it seemed to immediately update the snap.
-
Is that a mere coincidince, or does snapd detect internet was reconnected and then immediately update out of date snaps?
-
Is there a way (via a command hook) for a snap to to know its about to update? (or does it just recieve the same command as the ‘stop’ hook)
-
Is it possible to specify an update window or perhaps defer the update?
I can think of a possible work around by specifiy longer stop time, but was just curious if there were any other features to handle inconvienent auto updates