Commit 89a493f
authored
Add server_scaled_provider_cloud_run capability (#799)
## What changed
Adds `server_scaled_provider_cloud_run = 13` to
`GetSystemInfoResponse.Capabilities`, following the
`server_scaled_deployments` pattern (#752).
## Why
The Temporal UI shows Google Cloud Run as a compute provider option for
server-scaled worker deployments (temporalio/ui#3518), gated behind this
capability — disabled with a "Coming Soon" badge until the server
advertises support. The server should only set this once the Cloud Run
scaling algorithm (worker-set support in temporal-auto-scaled-workers)
ships and is enabled via server configuration.1 parent 5bf6c2c commit 89a493f
3 files changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15875 | 15875 | | |
15876 | 15876 | | |
15877 | 15877 | | |
| 15878 | + | |
| 15879 | + | |
| 15880 | + | |
| 15881 | + | |
15878 | 15882 | | |
15879 | 15883 | | |
15880 | 15884 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12296 | 12296 | | |
12297 | 12297 | | |
12298 | 12298 | | |
| 12299 | + | |
| 12300 | + | |
| 12301 | + | |
| 12302 | + | |
| 12303 | + | |
| 12304 | + | |
12299 | 12305 | | |
12300 | 12306 | | |
12301 | 12307 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1343 | 1343 | | |
1344 | 1344 | | |
1345 | 1345 | | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
1346 | 1351 | | |
1347 | 1352 | | |
1348 | 1353 | | |
| |||
0 commit comments