Kcr19 / mender_gcp_ota_demo

Demo scripts for a GCP+Mender demo.
Apache License 2.0
0 stars 1 forks source link

mender-google-activation-agent.py fails if network is disconnected #28

Open drewmoseley opened 6 years ago

drewmoseley commented 6 years ago

It looks like the client.connect() function errors out and the entire script exits if the network is not connected. It wasn't immediately obvious to me how to enable retries in this scenario but we should definitely do that so that it won't stop forever.