Fix issue with queue mode

This commit is contained in:
Jan Oberhauser
2021-10-21 18:25:31 -05:00
parent a0b89ee5a4
commit 6fa8dd701e
4 changed files with 11 additions and 3 deletions

View File

@@ -312,6 +312,9 @@ export class Start extends Command {
);
}
const instanceId = await UserSettings.getInstanceId();
InternalHooksManager.init(instanceId);
await Server.start();
// Start to get active workflows and run their triggers