--
You received this message because you are subscribed to the Google Groups "Mender List mender.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mender+un...@lists.mender.io.
To post to this group, send email to men...@lists.mender.io.
Visit this group at https://groups.google.com/a/lists.mender.io/group/mender/.
How long did you wait?
Mender will use the interval specified in RetryPollIntervalSeconds to determine how long to wait before retrying to contact the server, and will do so at least three times. In the production template for Mender, the interval is 5 minutes, which means that at least 15 minutes will go by before Mender gives up and rolls back.
The reason for this approach is that there are many uncertainties during the boot process and sometimes things just take a long time for a new update (slow NTP is a very common occurrence). Mender must not reboot immediately or it might erroneously roll back a valid update which just happens to be a bit slow.
--How long did you wait?Mender will use the interval specified in RetryPollIntervalSeconds to determine how long to wait before retrying to contact the server, and will do so at least three times. In the production template for Mender, the interval is 5 minutes, which means that at least 15 minutes will go by before Mender gives up and rolls back.
The reason for this approach is that there are many uncertainties during the boot process and sometimes things just take a long time for a new update (slow NTP is a verycommon occurrence). Mender must not reboot immediately or it might erroneously roll back a valid update which just happens to be a bit slow.