Add queue rendering cycle
This commit is contained in:
		| @@ -31,7 +31,11 @@ export default class Scheduler { | ||||
|     async run() { | ||||
|         await sleepShort(); | ||||
|         markPage('Executor', this.version); | ||||
|         new TaskQueueRenderer().render(this.taskQueue.seeItems()); | ||||
|  | ||||
|         setInterval(() => { | ||||
|             this.log('RENDER TASK QUEUE'); | ||||
|             new TaskQueueRenderer().render(this.taskQueue.seeItems()); | ||||
|         }, 1000); | ||||
|  | ||||
|         while (true) { | ||||
|             await this.doLoopStep(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user