Remove executor step pause
This commit is contained in:
parent
28566c4941
commit
3f821df070
@ -40,7 +40,6 @@ export class Executor {
|
||||
}
|
||||
|
||||
private async doTaskProcessingStep() {
|
||||
await sleepMicro();
|
||||
const currentTs = timestamp();
|
||||
const taskCommand = this.scheduler.nextTask(currentTs);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user