File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ class MemoryOption(int, _enum.Enum):
91
91
92
92
class SupportedRegion (str , _enum .Enum ):
93
93
"""
94
- All regions supported by Cloud Functions v2 .
94
+ All regions supported by Cloud Functions (2nd gen) .
95
95
"""
96
96
97
97
ASIA_NORTHEAST1 = "asia-northeast1"
@@ -225,7 +225,7 @@ class RuntimeOptions:
225
225
concurrency : int | Expression [int ] | _util .Sentinel | None = None
226
226
"""
227
227
Number of requests a function can serve at once.
228
- Can only be applied to functions running on Cloud Functions v2 .
228
+ Can only be applied to functions running on Cloud Functions (2nd gen) .
229
229
A value of RESET_VALUE restores the default concurrency (80 when CPU >= 1, 1 otherwise).
230
230
Concurrency cannot be set to any value other than 1 if `cpu` is less than 1.
231
231
The maximum value for concurrency is 1,000.
You can’t perform that action at this time.
0 commit comments