Skip to content

Commit

Permalink
docs: update serverless products lazy cert refresh is useful for (#2022)
Browse files Browse the repository at this point in the history
Update serverless products lazy cert refresh is useful for.
  • Loading branch information
thomasmburke authored Jul 10, 2024
1 parent e542b7a commit 322ca2d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,13 +548,13 @@ connProps.setProperty("cloudSqlUniverseDomain", "test-universe.test");

### Refresh Strategy for Serverless Compute

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

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

#### Example

Expand Down

0 comments on commit 322ca2d

Please sign in to comment.