@io-orkes/conductor-javascript 0.0.8 → 0.0.9
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -12066,7 +12066,7 @@ var TaskManager = class {
|
|
|
12066
12066
|
this.logger = config.logger ?? new DefaultLogger();
|
|
12067
12067
|
this.workers = workers;
|
|
12068
12068
|
const providedOptions = config.options ?? {};
|
|
12069
|
-
this.taskManageOptions = __spreadProps(__spreadValues({}, defaultManagerOptions), {
|
|
12069
|
+
this.taskManageOptions = __spreadProps(__spreadValues(__spreadValues({}, defaultManagerOptions), providedOptions), {
|
|
12070
12070
|
workerID: workerId(providedOptions)
|
|
12071
12071
|
});
|
|
12072
12072
|
}
|