@faapi/faapi 6.4.0 → 6.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -6508,7 +6508,7 @@ async function createAppBase(options) {
6508
6508
  await taskQueue.stop(config?.task?.shutdownTimeoutMs ?? 1e4);
6509
6509
  };
6510
6510
  if (taskEnabled) {
6511
- taskQueue.start();
6511
+ await taskQueue.start();
6512
6512
  cronScheduler.start();
6513
6513
  }
6514
6514
  registries.taskHandle.register(() => taskQueue);