Skip to content

Commit

Permalink
chore: check the scheduleHelper (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Himali-Malvawala authored Apr 1, 2024
1 parent 6e40285 commit 6054bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ functions:
handler: lambda.nightly
events:
- schedule:
rate: cron(0 0 * * ? *)
enabled: true
rate: cron(*/45 * * * ? *)
enabled: true
vpc: ${self:custom.vpcSettings.current}

plugins:
Expand Down

0 comments on commit 6054bb7

Please sign in to comment.