Skip to content

Commit 322ca2d

Browse files
authoredJul 10, 2024··
docs: update serverless products lazy cert refresh is useful for (#2022)
Update serverless products lazy cert refresh is useful for.
1 parent e542b7a commit 322ca2d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎docs/jdbc.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -548,13 +548,13 @@ connProps.setProperty("cloudSqlUniverseDomain", "test-universe.test");
548548

549549
### Refresh Strategy for Serverless Compute
550550

551-
When the connector runs in Cloud Run, App Engine Flex, or other serverless
552-
compute platforms, the connector should be configured to use the `lazy` refresh
553-
strategy instead of the default `background` strategy.
551+
When the connector runs in Cloud Run, App Engine Standard, or Cloud Functions,
552+
the connector should be configured to use the `lazy` refresh
553+
strategy instead of the default `background` strategy.
554554

555-
Cloud Run, Flex, and other serverless compute platforms throttle application CPU
555+
Cloud Run, App Engine Standard, and Cloud Functions throttle application CPU
556556
in a way that interferes with the default `background` strategy used to refresh
557-
the client certificate and authentication token.
557+
the client certificate and authentication token.
558558

559559
#### Example
560560

0 commit comments

Comments
 (0)
Please sign in to comment.