|
1 | 1 | [
|
2 | 2 | {
|
| 3 | + "Id": "c0c48d71-7918-4828-bc25-0e8c28a171a2", |
3 | 4 | "Command": "Start-DurableCleanup",
|
4 | 5 | "Description": "Timer function to cleanup durable functions",
|
5 | 6 | "Cron": "0 */15 * * * *",
|
|
8 | 9 | "IsSystem": true
|
9 | 10 | },
|
10 | 11 | {
|
| 12 | + "Id": "76dc2e2e-eb89-47f7-bd9f-8aaebfe854c7", |
11 | 13 | "Command": "Start-UserTasksOrchestrator",
|
12 | 14 | "Description": "Orchestrator to process user scheduled tasks",
|
13 | 15 | "Cron": "0 */15 * * * *",
|
|
16 | 18 | "PreferredProcessor": "usertasks"
|
17 | 19 | },
|
18 | 20 | {
|
| 21 | + "Id": "168decf3-7ddd-471e-ab46-8b40be0f18ae", |
19 | 22 | "Command": "Start-CIPPProcessorQueue",
|
20 | 23 | "Description": "Timer to handle user initiated tasks",
|
21 | 24 | "Cron": "0 */15 * * * *",
|
22 | 25 | "Priority": 1,
|
23 | 26 | "RunOnProcessor": true
|
24 | 27 | },
|
25 | 28 | {
|
| 29 | + "Id": "44a40668-ed71-403c-8c26-b32e320086ad", |
26 | 30 | "Command": "Start-AuditLogOrchestrator",
|
27 | 31 | "Description": "Orchestrator to process audit logs",
|
28 | 32 | "Cron": "0 */15 * * * *",
|
|
32 | 36 | "IsSystem": true
|
33 | 37 | },
|
34 | 38 | {
|
| 39 | + "Id": "03475c86-4314-4d7b-90f2-5a0639e3899b", |
35 | 40 | "Command": "Start-AuditLogSearchCreation",
|
36 | 41 | "Description": "Timer to create audit log searches",
|
37 | 42 | "Cron": "0 */30 * * * *",
|
|
41 | 46 | "IsSystem": true
|
42 | 47 | },
|
43 | 48 | {
|
| 49 | + "Id": "5ff6c500-e420-4a3b-8532-ace2e4da4f7d", |
44 | 50 | "Command": "Start-ApplicationOrchestrator",
|
45 | 51 | "Description": "Orchestrator to process application uploads",
|
46 | 52 | "Cron": "0 0 */12 * * *",
|
47 | 53 | "Priority": 2,
|
48 | 54 | "RunOnProcessor": true
|
49 | 55 | },
|
50 | 56 | {
|
| 57 | + "Id": "5b3bb926-d107-471e-8787-3b22b0d4dbbe", |
51 | 58 | "Command": "Start-WebhookOrchestrator",
|
52 | 59 | "Description": "Orchestrator to process webhooks",
|
53 | 60 | "Cron": "0 */15 * * * *",
|
54 | 61 | "Priority": 3,
|
55 | 62 | "RunOnProcessor": true
|
56 | 63 | },
|
57 | 64 | {
|
| 65 | + "Id": "9b0c8e50-f798-49db-9a8b-dbcc0fcadeea", |
58 | 66 | "Command": "Start-StandardsOrchestrator",
|
59 | 67 | "Description": "Orchestrator to process standards",
|
60 | 68 | "Cron": "0 0 */4 * * *",
|
|
63 | 71 | "PreferredProcessor": "standards"
|
64 | 72 | },
|
65 | 73 | {
|
| 74 | + "Id": "5113c66d-c040-42df-9565-39dff90ddd55", |
66 | 75 | "Command": "Start-CIPPGraphSubscriptionCleanupTimer",
|
67 | 76 | "Description": "Orchestrator to cleanup old Graph subscriptions",
|
68 | 77 | "Cron": "0 0 0 * * *",
|
69 | 78 | "Priority": 5,
|
70 | 79 | "RunOnProcessor": true
|
71 | 80 | },
|
72 | 81 | {
|
| 82 | + "Id": "97145a1d-28f0-4bb2-b929-5a43517d23cc", |
73 | 83 | "Command": "Start-SchedulerOrchestrator",
|
74 | 84 | "Description": "Orchestrator to process system scheduled tasks",
|
75 | 85 | "Cron": "0 0 * * * *",
|
76 | 86 | "Priority": 6,
|
77 | 87 | "RunOnProcessor": true
|
78 | 88 | },
|
79 | 89 | {
|
| 90 | + "Id": "ed7b5241-1cb9-499b-8f5b-1013ba5764b4", |
80 | 91 | "Command": "Set-CIPPGDAPInviteGroups",
|
81 | 92 | "Description": "Orchestrator to map the groups for GDAP invites",
|
82 | 93 | "Cron": "0 0 */3 * * *",
|
83 | 94 | "Priority": 5,
|
84 | 95 | "RunOnProcessor": true
|
85 | 96 | },
|
86 | 97 | {
|
| 98 | + "Id": "4ca242d0-8dc8-4256-b0ed-186599f4233f", |
87 | 99 | "Command": "Start-UpdateTokensTimer",
|
88 | 100 | "Description": "Orchestrator to update tokens",
|
89 | 101 | "Cron": "0 0 0 * * 0",
|
|
92 | 104 | "IsSystem": true
|
93 | 105 | },
|
94 | 106 | {
|
| 107 | + "Id": "ebe981b6-4417-406e-a1a5-7b8279058841", |
95 | 108 | "Command": "Start-CIPPGraphSubscriptionRenewalTimer",
|
96 | 109 | "Description": "Orchestrator to renew Graph subscriptions",
|
97 | 110 | "Cron": "0 15 * * * *",
|
|
100 | 113 | "IsSystem": true
|
101 | 114 | },
|
102 | 115 | {
|
| 116 | + "Id": "c2ebde3f-fa35-45aa-8a6b-91c835050b79", |
103 | 117 | "Command": "Start-DomainOrchestrator",
|
104 | 118 | "Description": "Orchestrator to process domains",
|
105 | 119 | "Cron": "0 0 0 * * *",
|
106 | 120 | "Priority": 10,
|
107 | 121 | "RunOnProcessor": true
|
108 | 122 | },
|
109 | 123 | {
|
| 124 | + "Id": "f82345da-e370-4b15-8167-be148cfd04af", |
110 | 125 | "Command": "Get-Tenants",
|
111 | 126 | "Parameters": {
|
112 | 127 | "TriggerRefresh": true
|
|
118 | 133 | "IsSystem": true
|
119 | 134 | },
|
120 | 135 | {
|
| 136 | + "Id": "d9ff3af4-bd34-40d6-b12a-8fa24463f331", |
121 | 137 | "Command": "Start-UpdatePermissionsOrchestrator",
|
122 | 138 | "Description": "Orchestrator to update CPV permissions",
|
123 | 139 | "Cron": "0 0 0 * * *",
|
|
126 | 142 | "IsSystem": true
|
127 | 143 | },
|
128 | 144 | {
|
| 145 | + "Id": "467787cf-01c5-4d20-8097-c2eef691a20e", |
129 | 146 | "Command": "Start-BillingTimer",
|
130 | 147 | "Description": "Timer to process billing",
|
131 | 148 | "Cron": "0 0 0 * * *",
|
132 | 149 | "Priority": 12,
|
133 | 150 | "RunOnProcessor": true
|
134 | 151 | },
|
135 | 152 | {
|
| 153 | + "Id": "80070b4f-95ed-4e5f-be4c-9e339306d4aa", |
136 | 154 | "Command": "Start-BPAOrchestrator",
|
137 | 155 | "Description": "Orchestrator to process BPA reports",
|
138 | 156 | "Cron": "0 0 3 * * *",
|
139 | 157 | "Priority": 10,
|
140 | 158 | "RunOnProcessor": true
|
141 | 159 | },
|
142 | 160 | {
|
| 161 | + "Id": "54c39540-fe91-4795-8613-ac4295751a51", |
143 | 162 | "Command": "Start-ExtensionOrchestrator",
|
144 | 163 | "Description": "Orchestrator to process extensions",
|
145 | 164 | "Cron": "0 0 */2 * * *",
|
146 | 165 | "Priority": 12,
|
147 | 166 | "RunOnProcessor": true
|
148 | 167 | },
|
149 | 168 | {
|
| 169 | + "Id": "3fb9745b-08c9-411b-bfac-dc48087489d5", |
150 | 170 | "Command": "Start-CIPPStatsTimer",
|
151 | 171 | "Description": "Timer to process CIPP stats",
|
152 | 172 | "Cron": "0 0 0 * * *",
|
|
155 | 175 | "IsSystem": true
|
156 | 176 | },
|
157 | 177 | {
|
| 178 | + "Id": "f74a4540-c811-4037-997c-0d32d7d5742f", |
158 | 179 | "Command": "Start-TableCleanup",
|
159 | 180 | "Description": "Timer to cleanup tables",
|
160 | 181 | "Cron": "0 0 23 * * *",
|
|
163 | 184 | "IsSystem": true
|
164 | 185 | },
|
165 | 186 | {
|
| 187 | + "Id": "e87db59d-3386-4a51-8274-da9aeb6793e3", |
166 | 188 | "Command": "Get-Tenants",
|
167 | 189 | "Parameters": {
|
168 | 190 | "CleanOld": true
|
|
0 commit comments