Skip to content

Commit

Permalink
Fix documentation link to task settings (#15809)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes authored Oct 25, 2024
1 parent 582861f commit e579db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/3.0/develop/write-tasks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ and final state
Flows and tasks share some common features:

- They can be defined using their respective decorator, which accepts configuration settings
(see all [task settings](/3.0/develop/write-tasks/#task-arguments) and
(see all [task settings](/3.0/develop/write-tasks/#task-configuration) and
[flow settings](/3.0/develop/write-flows/#flow-settings))
- They can have a name, description, and tags for organization and bookkeeping
- They provide retries, timeouts, and other hooks to handle failure and completion events
Expand Down Expand Up @@ -664,4 +664,4 @@ These settings will not override the `retries` or `retry_delay_seconds` that are
```
prefect config set PREFECT_TASK_DEFAULT_RETRIES=2
prefect config set PREFECT_TASK_DEFAULT_RETRY_DELAY_SECONDS = [1, 10, 100]
```
```

0 comments on commit e579db1

Please sign in to comment.