Skip to content

Commit

Permalink
docs: increase the max partial failure attempt to 20. (#39322)
Browse files Browse the repository at this point in the history
We are increasing the max partial failure attempt to 20 to accommodate the new CDC load algorithmn.

This may result in longer jobs. However all jobs that are longer will be moving data, so we'll also increase the chance a job succeeds in the event of transient errors.

Change was made in airbyte-platform. This is the docs update.
  • Loading branch information
davinchia authored Jun 6, 2024
1 parent c1ac66c commit 23b7e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/understanding-airbyte/jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Based on the outcome of previous attempts, the number of permitted attempts per

- 5 subsequent attempts where no data was synchronized
- 10 total attempts where no data was synchronized
- 10 total attempts where some data was synchronized
- 20 total attempts where some data was synchronized

For oss users, these values are configurable. See [Configuring Airbyte](../operator-guides/configuring-airbyte.md#jobs) for more details.

Expand Down

0 comments on commit 23b7e01

Please sign in to comment.