@514labs/moose-lib 0.6.347 → 0.6.348

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.mjs CHANGED
@@ -3315,7 +3315,8 @@ var init_helpers = __esm({
3315
3315
  workflowIdConflictPolicy: "FAIL",
3316
3316
  workflowIdReusePolicy: "ALLOW_DUPLICATE",
3317
3317
  retry: {
3318
- maximumAttempts: config.retries
3318
+ // Temporal's maximumAttempts = total attempts (initial + retries)
3319
+ maximumAttempts: config.retries + 1
3319
3320
  },
3320
3321
  workflowRunTimeout: config.timeout
3321
3322
  });