Skip to content

Commit

Permalink
fix: links
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-geller committed Jan 9, 2024
1 parent 5a69abb commit e8d4432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/01.tutorial/06.errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ errors:
format: This will never be executed as retries will fix the issue
```

The [Developer Guide](../05.developer-guide/07.errors-handling.md#retries) provides more details on possible retry configurations.
The [Retries](../03.concepts/retries.md) page provides more details on possible retry configurations.


### Adding a retry configuration to our tutorial workflow

Let's get back to our example from the [Fundamentals](../01.fundamentals/01.index.md) section. We will add a retry configuration to the `api` task. API calls are prone to transient errors, so we will retry that task up to 10 times, for at most 1 hour of total duration, every 10 seconds (i.e. with a constant interval of 10 seconds in between retry attempts).
Let's get back to our example from the [Fundamentals](01.fundamentals.md) section. We will add a retry configuration to the `api` task. API calls are prone to transient errors, so we will retry that task up to 10 times, for at most 1 hour of total duration, every 10 seconds (i.e. with a constant interval of 10 seconds in between retry attempts).

```yaml
id: getting_started
Expand Down

0 comments on commit e8d4432

Please sign in to comment.