Skip to content

Commit abfb35f

Browse files
authored
Merge branch 'KelvinTegelaar:master' into master
2 parents ab19f2d + a352c4c commit abfb35f

File tree

157 files changed

+2004
-906
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+2004
-906
lines changed

CIPPTimers.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
[
2+
{
3+
"Command": "Start-DurableCleanup",
4+
"Description": "Timer function to cleanup durable functions",
5+
"Cron": "0 */15 * * * *",
6+
"Priority": 0,
7+
"RunOnProcessor": true,
8+
"IsSystem": true
9+
},
210
{
311
"Command": "Start-UserTasksOrchestrator",
412
"Description": "Orchestrator to process user scheduled tasks",
@@ -23,6 +31,15 @@
2331
"PreferredProcessor": "auditlog",
2432
"IsSystem": true
2533
},
34+
{
35+
"Command": "Start-AuditLogSearchCreation",
36+
"Description": "Timer to create audit log searches",
37+
"Cron": "0 */30 * * * *",
38+
"Priority": 3,
39+
"RunOnProcessor": true,
40+
"PreferredProcessor": "auditlog",
41+
"IsSystem": true
42+
},
2643
{
2744
"Command": "Start-ApplicationOrchestrator",
2845
"Description": "Orchestrator to process application uploads",
@@ -125,5 +142,13 @@
125142
"Priority": 15,
126143
"RunOnProcessor": true,
127144
"IsSystem": true
145+
},
146+
{
147+
"Command": "Start-TableCleanup",
148+
"Description": "Timer to cleanup tables",
149+
"Cron": "0 0 23 * * *",
150+
"Priority": 20,
151+
"RunOnProcessor": true,
152+
"IsSystem": true
128153
}
129154
]
-21 KB
Binary file not shown.
-14.3 KB
Binary file not shown.

Modules/AzBobbyTables/3.1.3/CHANGELOG.md

Lines changed: 0 additions & 28 deletions
This file was deleted.
-17.5 KB
Binary file not shown.
-12.6 KB
Binary file not shown.
-375 KB
Binary file not shown.
-379 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)