liupeirong / MLOpsManufacturing

Demonstrate samples and good engineering practice for operationalizing machine learning solutions.
Other
21 stars 9 forks source link

Implement functionality to validate old edge modules have stopped running #80

Open liliankasem opened 3 years ago

liliankasem commented 3 years ago

IoT Edge Module Deployment: Find way to validate old edge modules have stopped before checking if new modules have started

Currently in our edgeSmokeTest we are sleeping after we validate that all the new layered deployments have been created. This is to give time for all the old edge modules to stop before we check if our new modules are up and running.

Ideally there is a better way to do this other than sleeping. Investigate that and perhaps apply a fix.