Skip to content

Commit 78e48f5

Browse files
committed
Links and time
1 parent d700fee commit 78e48f5

File tree

1 file changed

+4
-4
lines changed
  • docs/integrations/data-ingestion/clickpipes/postgres

1 file changed

+4
-4
lines changed

docs/integrations/data-ingestion/clickpipes/postgres/scaling.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ https://api.clickhouse.cloud/v1/organizations/$ORG_ID/services/$SERVICE_ID/click
5050
"status": 200
5151
}
5252
```
53-
Reference: [Get CDC ClickPipes scaling](/cloud/manage/api/swagger.html#tag/ClickPipes/paths/~1v1~1organizations~1%7BorganizationId%7D~1services~1%7BserviceId%7D~1clickpipesCdcScaling/get)
53+
Reference: [Get CDC ClickPipes scaling](/cloud/manage/api/swagger#tag/ClickPipes/paths/~1v1~1organizations~1%7BorganizationId%7D~1services~1%7BserviceId%7D~1clickpipesCdcScaling/get)
5454

5555
Set the desired scaling. Supported configurations include 1..16 CPU cores and memory GB that is 4× the core count:
5656

@@ -67,9 +67,9 @@ curl --silent --user $KEY_ID:$KEY_SECRET \
6767
https://api.clickhouse.cloud/v1/organizations/$ORG_ID/services/$SERVICE_ID/clickpipesCdcScaling \
6868
-d @cdc_scaling.json | jq
6969
```
70-
Reference: [Update CDC ClickPipes scaling](/cloud/manage/api/swagger.html#tag/ClickPipes/paths/~1v1~1organizations~1%7BorganizationId%7D~1services~1%7BserviceId%7D~1clickpipesCdcScaling/patch)
70+
Reference: [Update CDC ClickPipes scaling](/cloud/manage/api/swagger#tag/ClickPipes/paths/~1v1~1organizations~1%7BorganizationId%7D~1services~1%7BserviceId%7D~1clickpipesCdcScaling/patch)
7171

72-
Wait for a minute or two for the command to propagate. After the scaling is finished, the GET endpoint will reflect the new values:
72+
Wait for the command to propagate - this usually takes 3-5 minutes. After the scaling is finished, the GET endpoint will reflect the new values:
7373

7474
```bash
7575
curl --silent --user $KEY_ID:$KEY_SECRET \
@@ -86,4 +86,4 @@ https://api.clickhouse.cloud/v1/organizations/$ORG_ID/services/$SERVICE_ID/click
8686
"status": 200
8787
}
8888
```
89-
Reference: [Get CDC ClickPipes scaling](/cloud/manage/api/swagger.html#tag/ClickPipes/paths/~1v1~1organizations~1%7BorganizationId%7D~1services~1%7BserviceId%7D~1clickpipesCdcScaling/get)
89+
Reference: [Get CDC ClickPipes scaling](/cloud/manage/api/swagger#tag/ClickPipes/paths/~1v1~1organizations~1%7BorganizationId%7D~1services~1%7BserviceId%7D~1clickpipesCdcScaling/get)

0 commit comments

Comments
 (0)