Fix platform update logic

This commit is contained in:
Girish Ramakrishnan
2019-09-24 20:29:01 -07:00
parent 00fd9e5b7f
commit 85c13cae58
9 changed files with 80 additions and 50 deletions
+2 -1
View File
@@ -81,7 +81,8 @@ function stop(callback) {
function onPlatformReady() {
debug('onPlatformReady: platform is ready');
exports._isReady = true;
apps.resumeTasks(NOOP_CALLBACK);
apps.schedulePendingTasks(NOOP_CALLBACK);
applyPlatformConfig(NOOP_CALLBACK);
pruneInfraImages(NOOP_CALLBACK);