Delay between multiple updates queued for the same device

When multiple updates are queued for the same device, it seems the device does not immediately process the next update and waits instead. If we ssh into the device and execute mender check-update then the next update starts immediately. Is there a way to remove that delay? Or any other way to sequence multiple updates?

Hi @ngrilly, that is the way it is designed at present. It may be possible to use a Commit_Leave state script in your first update to have it automatically run “mender check-update” after committing the first one.

Drew

1 Like