@@ -4525,7 +4525,8 @@ class StartTask(msrest.serialization.Model):
4525
4525
task once, and may then retry up to this limit. For example, if the maximum retry count is 3,
4526
4526
Batch tries the task up to 4 times (one initial try and 3 retries). If the maximum retry count
4527
4527
is 0, the Batch service does not retry the task. If the maximum retry count is -1, the Batch
4528
- service retries the task without limit.
4528
+ service retries the task without limit, however this is not recommended for a start task or any
4529
+ task. The default value is 0 (no retries).
4529
4530
:vartype max_task_retry_count: int
4530
4531
:ivar wait_for_success: If true and the start task fails on a compute node, the Batch service
4531
4532
retries the start task up to its maximum retry count (maxTaskRetryCount). If the task has still
@@ -4585,7 +4586,8 @@ def __init__(
4585
4586
the task once, and may then retry up to this limit. For example, if the maximum retry count is
4586
4587
3, Batch tries the task up to 4 times (one initial try and 3 retries). If the maximum retry
4587
4588
count is 0, the Batch service does not retry the task. If the maximum retry count is -1, the
4588
- Batch service retries the task without limit.
4589
+ Batch service retries the task without limit, however this is not recommended for a start task
4590
+ or any task. The default value is 0 (no retries).
4589
4591
:paramtype max_task_retry_count: int
4590
4592
:keyword wait_for_success: If true and the start task fails on a compute node, the Batch
4591
4593
service retries the start task up to its maximum retry count (maxTaskRetryCount). If the task
0 commit comments