Skip to content

feat: expose fail_fast() on SubmitBuilder and DomainSubmitBuilder#73

Merged
deepjoy merged 1 commit into
mainfrom
fail-fast
Mar 22, 2026
Merged

feat: expose fail_fast() on SubmitBuilder and DomainSubmitBuilder#73
deepjoy merged 1 commit into
mainfrom
fail-fast

Conversation

@deepjoy

@deepjoy deepjoy commented Mar 22, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add fail_fast() builder method to SubmitBuilder and DomainSubmitBuilder, allowing users to disable fail-fast behavior through the typed domain API instead of dropping down to raw TaskSubmission
  • Wire override_fail_fast through the SubmitBuilder override/resolve chain, matching the existing pattern used by priority(), group(), parent(), etc.
  • Update module docs (lib.rs), quick-start guide, and glossary to document the new method with usage examples

Closes #63

@deepjoy deepjoy enabled auto-merge (squash) March 22, 2026 02:56
@deepjoy deepjoy merged commit 84a09bb into main Mar 22, 2026
1 of 2 checks passed
@github-actions github-actions Bot mentioned this pull request Mar 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expose fail_fast() on DomainSubmitBuilder

1 participant