update
Took 6 minutes
This commit is contained in:
parent
852dd01152
commit
28be973244
@ -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();
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user