@workglow/task-graph 0.2.23 → 0.2.24

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/node.js CHANGED
@@ -7755,7 +7755,8 @@ var defaultJobQueueFactory = async ({
7755
7755
  deleteAfterCompletionMs: options?.deleteAfterCompletionMs,
7756
7756
  deleteAfterFailureMs: options?.deleteAfterFailureMs,
7757
7757
  deleteAfterDisabledMs: options?.deleteAfterDisabledMs,
7758
- cleanupIntervalMs: options?.cleanupIntervalMs
7758
+ cleanupIntervalMs: options?.cleanupIntervalMs,
7759
+ stopTimeoutMs: options?.stopTimeoutMs
7759
7760
  });
7760
7761
  const client = new JobQueueClient({
7761
7762
  storage,
@@ -7788,7 +7789,8 @@ function createJobQueueFactoryWithOptions(defaultOptions = {}) {
7788
7789
  deleteAfterCompletionMs: mergedOptions.deleteAfterCompletionMs,
7789
7790
  deleteAfterFailureMs: mergedOptions.deleteAfterFailureMs,
7790
7791
  deleteAfterDisabledMs: mergedOptions.deleteAfterDisabledMs,
7791
- cleanupIntervalMs: mergedOptions.cleanupIntervalMs
7792
+ cleanupIntervalMs: mergedOptions.cleanupIntervalMs,
7793
+ stopTimeoutMs: mergedOptions.stopTimeoutMs
7792
7794
  });
7793
7795
  const client = new JobQueueClient({
7794
7796
  storage,
@@ -8548,4 +8550,4 @@ export {
8548
8550
  BROWSER_GRANTS
8549
8551
  };
8550
8552
 
8551
- //# debugId=63B3327682786EE264756E2164756E21
8553
+ //# debugId=A7DD0E51B7DA978864756E2164756E21