From 3f821df070fa295d63987bfc5baebaf7c7af6fce Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Mon, 20 Apr 2020 09:48:23 +0300 Subject: [PATCH] Remove executor step pause --- src/Executor.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Executor.ts b/src/Executor.ts index 1115453..e1bf292 100644 --- a/src/Executor.ts +++ b/src/Executor.ts @@ -40,7 +40,6 @@ export class Executor { } private async doTaskProcessingStep() { - await sleepMicro(); const currentTs = timestamp(); const taskCommand = this.scheduler.nextTask(currentTs);