You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/jobs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -510,7 +510,7 @@ The following table includes the job settings that you can configure:
510
510
| Job type |`triggerType`|`--trigger-type`| The type of job. (`Manual`, `Schedule`, or `Event`) |
511
511
| Replica timeout |`replicaTimeout`|`--replica-timeout`| The maximum time in seconds to wait for a replica to complete. |
512
512
| Polling interval |`pollingInterval`|`--polling-interval`| The time in seconds to wait between polling for events. Default is 30 seconds. |
513
-
| Replica retry limit |`replicaRetryLimit`|`--replica-retry-limit`| The maximum number of times to retry a failed replica. To fail a replica without retrying, set the value to `0`. |
513
+
| Replica retry limit |`replicaRetryLimit`|`--replica-retry-limit`| The maximum number of times to retry a failed replica. To fail a replica without retrying, set the value to `0`. The `replicaTimeout` setting takes precedence if it expires before all retries occur. |
514
514
| Parallelism |`parallelism`|`--parallelism`| The number of replicas to run per execution. For most jobs, set the value to `1`. |
515
515
| Replica completion count |`replicaCompletionCount`|`--replica-completion-count`| The number of replicas to complete successfully for the execution to succeed. Most be equal or less than the parallelism. For most jobs, set the value to `1`. |
0 commit comments