File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
556556in 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
You can’t perform that action at this time.
0 commit comments