Skip to content

Commit ea944e6

Browse files
authored
Merge pull request #99175 from v-maudel/patch-403
C153930: Removing extra tag
2 parents 1099ccc + d695229 commit ea944e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/scheduler-limits-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following table describes each of the major quotas, limits, defaults, and th
1616
| -------- | ----------------- |
1717
| **Job size** | The maximum job size is 16,000. If a PUT or a PATCH operation results in a job size larger than this limit, a 400 Bad Request status code is returned. |
1818
| **Job collections** | The maximum number of job collections per Azure subscription is 200,000. |
19-
| **Jobs per collection** | By default, the maximum number of jobs is five jobs in a free job collection and 50 jobs in a standard job collection. <p>You can change the maximum number of jobs on a job collection. All jobs in a job collection are limited to the value set on the job collection. If you attempt to create more jobs than the maximum jobs quota, the request fails with a 409 Conflict status code. |
19+
| **Jobs per collection** | By default, the maximum number of jobs is five jobs in a free job collection and 50 jobs in a standard job collection. You can change the maximum number of jobs on a job collection. All jobs in a job collection are limited to the value set on the job collection. If you attempt to create more jobs than the maximum jobs quota, the request fails with a 409 Conflict status code. |
2020
| **Time to start time** | The maximum "time to start time" is 18 months. |
2121
| **Recurrence span** | The maximum recurrence span is 18 months. |
2222
| **Frequency** | By default, the maximum frequency quota is one hour in a free job collection and one minute in a standard job collection. <p>You can make the maximum frequency on a job collection lower than the maximum. All jobs in the job collection are limited to the value set on the job collection. If you attempt to create a job with a higher frequency than the maximum frequency on the job collection, the request fails with a 409 Conflict status code. |

0 commit comments

Comments
 (0)