@@ -4525,7 +4525,8 @@ class StartTask(msrest.serialization.Model):
45254525 task once, and may then retry up to this limit. For example, if the maximum retry count is 3,
45264526 Batch tries the task up to 4 times (one initial try and 3 retries). If the maximum retry count
45274527 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).
45294530 :vartype max_task_retry_count: int
45304531 :ivar wait_for_success: If true and the start task fails on a compute node, the Batch service
45314532 retries the start task up to its maximum retry count (maxTaskRetryCount). If the task has still
@@ -4585,7 +4586,8 @@ def __init__(
45854586 the task once, and may then retry up to this limit. For example, if the maximum retry count is
45864587 3, Batch tries the task up to 4 times (one initial try and 3 retries). If the maximum retry
45874588 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).
45894591 :paramtype max_task_retry_count: int
45904592 :keyword wait_for_success: If true and the start task fails on a compute node, the Batch
45914593 service retries the start task up to its maximum retry count (maxTaskRetryCount). If the task
0 commit comments