Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rerun_on description for document #1432

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions digdag-docs/src/operators/require.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
* **rerun_on**: none, failed, all (default: none)

*rerun_on* control require> really kicks or not if the attempt for the dependent workflow already exists.
If the attempt does not exist, the dependent workflow is always kicked.
* *none* ... Not kick the workflow if the attempt already exists.
* *failed* ... Kick the workflow if the attempt exists and its result is not success.
* *all* ... require> kick the workflow regardless of the result of the attempt.
Expand Down