@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/cli/index.js +1 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -9082,7 +9082,7 @@ async function createAppBase(options) {
|
|
|
9082
9082
|
await taskQueue.stop(config?.task?.shutdownTimeoutMs ?? 1e4);
|
|
9083
9083
|
};
|
|
9084
9084
|
if (taskEnabled) {
|
|
9085
|
-
taskQueue.start();
|
|
9085
|
+
await taskQueue.start();
|
|
9086
9086
|
cronScheduler.start();
|
|
9087
9087
|
}
|
|
9088
9088
|
registries.taskHandle.register(() => taskQueue);
|