Skip to content

Commit d9f630e

Browse files
committed
offset some activities to help spread the load
1 parent d6e0c01 commit d9f630e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Config/CIPPTimers.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"Id": "5ff6c500-e420-4a3b-8532-ace2e4da4f7d",
6060
"Command": "Start-ApplicationOrchestrator",
6161
"Description": "Orchestrator to process application uploads",
62-
"Cron": "0 0 */12 * * *",
62+
"Cron": "0 30 */12 * * *",
6363
"Priority": 2,
6464
"RunOnProcessor": true
6565
},
@@ -84,7 +84,7 @@
8484
"Id": "4d80205c-674d-4fc1-abeb-a1ec37e0d796",
8585
"Command": "Start-DriftStandardsOrchestrator",
8686
"Description": "Orchestrator to process drift standards",
87-
"Cron": "0 0 */12 * * *",
87+
"Cron": "0 15 */12 * * *",
8888
"Priority": 5,
8989
"RunOnProcessor": true,
9090
"PreferredProcessor": "standards"
@@ -101,15 +101,15 @@
101101
"Id": "ed7b5241-1cb9-499b-8f5b-1013ba5764b4",
102102
"Command": "Set-CIPPGDAPInviteGroups",
103103
"Description": "Orchestrator to map the groups for GDAP invites",
104-
"Cron": "0 0 */3 * * *",
104+
"Cron": "0 45 */3 * * *",
105105
"Priority": 5,
106106
"RunOnProcessor": true
107107
},
108108
{
109109
"Id": "0967c860-3a57-4860-8f33-e5136eae7b4e",
110110
"Command": "Start-TenantDynamicGroupOrchestrator",
111111
"Description": "Orchestrator to update dynamic tenant groups",
112-
"Cron": "0 0 */4 * * *",
112+
"Cron": "0 30 */4 * * *",
113113
"Priority": 6,
114114
"RunOnProcessor": true
115115
},
@@ -180,7 +180,7 @@
180180
"Id": "54c39540-fe91-4795-8613-ac4295751a51",
181181
"Command": "Start-ExtensionOrchestrator",
182182
"Description": "Orchestrator to process extensions",
183-
"Cron": "0 0 */2 * * *",
183+
"Cron": "0 45 */2 * * *",
184184
"Priority": 12,
185185
"RunOnProcessor": true
186186
},

0 commit comments

Comments
 (0)