Took 6 minutes
This commit is contained in:
Tobias Hopp 2022-12-02 11:32:40 +01:00
parent 852dd01152
commit 28be973244

View File

@ -64,16 +64,18 @@ function init(): Promise<void> {
await iTender.refreshFromServer();
}
}, 1000 * 15);
log("1");
// Containers
//await iTender.refreshContainers();
await iTender.measureContainers();
log("2");
// Drinks
await iTender.refreshDrinks();
log("3");
// Start auto checkup for stuck jobs
await iTender.autoCheckup();
log("4");
resolve();
});
}