Skip to content

Commit

Permalink
refactor: update invalidation schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
outaTiME committed Aug 27, 2024
1 parent 49593b7 commit 90f68fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stacks/MainStack.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ export function MainStack({ stack }) {
permissions: [topic],
},
},
// 19hs
schedule: 'cron(0 22 ? * MON-FRI *)',
// 20hs
schedule: 'cron(0 23 ? * MON-FRI *)',
enabled: IS_PRODUCTION,
});
// eslint-disable-next-line no-new
Expand Down

0 comments on commit 90f68fc

Please sign in to comment.