@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.js CHANGED
@@ -3324,7 +3324,8 @@ var init_helpers = __esm({
3324
3324
  workflowIdConflictPolicy: "FAIL",
3325
3325
  workflowIdReusePolicy: "ALLOW_DUPLICATE",
3326
3326
  retry: {
3327
- maximumAttempts: config.retries
3327
+ // Temporal's maximumAttempts = total attempts (initial + retries)
3328
+ maximumAttempts: config.retries + 1
3328
3329
  },
3329
3330
  workflowRunTimeout: config.timeout
3330
3331
  });