debug taskId
This commit is contained in:
@@ -93,7 +93,7 @@ function resumeTasks(callback) {
|
||||
if (app.installationState === apps.ISTATE_INSTALLED && app.runState === apps.RSTATE_RUNNING) return;
|
||||
if (app.installationState === apps.ISTATE_ERROR) return;
|
||||
|
||||
debug(`resumeTask: starting app task for ${app.fqdn} ${app.id} and state ${app.installationState}`);
|
||||
debug(`resumeTask: schedule task for ${app.fqdn} ${app.id}: state=${app.installationState},taskId=${app.taskId}`);
|
||||
|
||||
scheduleTask(app.id, app.taskId, NOOP_CALLBACK);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user