Revert changes
This commit is contained in:
		| @@ -40,6 +40,8 @@ export class Executor { | ||||
|     } | ||||
|  | ||||
|     private async doTaskProcessingStep() { | ||||
|         await sleepMicro(); | ||||
|  | ||||
|         const currentTs = timestamp(); | ||||
|         const taskCommand = this.scheduler.nextTask(currentTs); | ||||
|  | ||||
| @@ -47,7 +49,6 @@ export class Executor { | ||||
|         if (!taskCommand) { | ||||
|             this.logger.log('NO ACTIVE TASK'); | ||||
|             this.scheduler.clearActions(); | ||||
|             await sleepMicro(); | ||||
|             return; | ||||
|         } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user