Remove executor step pause

This commit is contained in:
Anton Vakhrushev 2020-04-20 09:48:23 +03:00
parent 28566c4941
commit 3f821df070

View File

@ -40,7 +40,6 @@ export class Executor {
}
private async doTaskProcessingStep() {
await sleepMicro();
const currentTs = timestamp();
const taskCommand = this.scheduler.nextTask(currentTs);