Skip to content

Commit

Permalink
updated line 152 tasks.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ap0calypse8 committed Oct 30, 2024
1 parent fc5f5ac commit c3f7118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_guide/concepts/main_concepts/tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def my_task() -> None:

### Alternative Retry Behavior

Starting with RFC 3902, Flyte offers a simplified retry behavior where both system and user retries count towards a single retry budget defined in the task decorator. To enable this:
Starting with from 1.10.0, Flyte offers a simplified retry behavior where both system and user retries count towards a single retry budget defined in the task decorator. To enable this:

1. Set `configmap.core.propeller.node-config.ignore-retry-cause` to `true` in helm values
2. Define retries in the task decorator to set the total retry budget
Expand Down

0 comments on commit c3f7118

Please sign in to comment.