Skip to content

Commit 86d7633

Browse files
committed
chore: modify cron
1 parent e8041bd commit 86d7633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdk/PatchManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class PatchManagerStack extends Stack {
3030
{
3131
name: 'patch-maintenance-window',
3232
description: 'Weekly patching using AWS default patch baseline',
33-
schedule: 'cron(0 3 ? * SUN *)', // Sundays 03:00 UTC
33+
schedule: 'cron(0 7 ? * WED *)', // Wednesdays 07:00 UTC
3434
duration: 3,
3535
cutoff: 1,
3636
allowUnassociatedTargets: false,

0 commit comments

Comments
 (0)