File tree 1 file changed +5
-5
lines changed
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");
548
548
549
549
### Refresh Strategy for Serverless Compute
550
550
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.
554
554
555
- Cloud Run, Flex , and other serverless compute platforms throttle application CPU
555
+ Cloud Run, App Engine Standard , and Cloud Functions throttle application CPU
556
556
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.
558
558
559
559
#### Example
560
560
You can’t perform that action at this time.
0 commit comments