Skip to content

Commit 2c5d9f8

Browse files
committed
Changed phrasing
1 parent a9196f6 commit 2c5d9f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/pipelines/concepts/how-pipelines-work.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ Transient failures, such as network connectivity issues, are automatically retri
3737

3838
However, if the [R2 API credentials associated with a pipeline](/r2/api/s3/tokens/) expire or are revoked, data delivery will fail. In this scenario, some data might continue to accumulate in the buffers, but the pipeline will eventually start rejecting requests.
3939

40-
## How a Pipeline handles updates
40+
## Updating a pipeline
4141
Pipelines update without dropping records. Updating an existing pipeline effectively creates a new instance of the pipeline. Requests are gracefully re-routed to the new instance. The old instance continues to write data into your configured sink. Once the old instance is fully drained, it is spun down.
4242

4343
This means that updates might take a few minutes to go into effect. For example, if you update a pipeline's sink, previously ingested data might continue to be delivered into the old sink.
4444

45-
## What if I send too much data? Do Pipelines communicate backpressure?
45+
## Backpressure behavior
4646
If you send too much data, the pipeline will communicate backpressure by returning a 429 response to HTTP requests, or throwing an error if using the Workers API. Refer to the [limits](/pipelines/platform/limits) to learn how much volume a single pipeline can support. You might see 429 responses if you are sending too many requests, or sending too much data.
4747

4848
If you are consistently seeing backpressure from your pipeline, consider the following strategies:

0 commit comments

Comments
 (0)