We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4a896 commit 33d3030Copy full SHA for 33d3030
xpk.py
@@ -237,7 +237,7 @@ class CapacityType(enum.Enum):
237
labels:
238
xpk.google.com/workload: {args.workload}
239
spec:
240
- backoffLimit: 4
+ backoffLimit: {backoff_limit}
241
completions: {system.vms_per_slice}
242
parallelism: {system.vms_per_slice}
243
template:
@@ -6206,6 +6206,7 @@ def workload_create(args) -> None:
6206
].resource_type,
6207
local_queue_name=_LOCAL_QUEUE_NAME,
6208
autoprovisioning_args=autoprovisioning_args,
6209
+ backoff_limit=system.vms_per_slice * 4,
6210
)
6211
else:
6212
container, debugging_dashboard_id = get_user_workload_container(
0 commit comments