Skip to content

Commit b5d07a5

Browse files
authored
Update CRON schedule to address rate limit issues (#631)
1 parent 93c8b91 commit b5d07a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

serverless.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ functions:
3030
LOG_LEVEL: debug
3131
events:
3232
- schedule:
33-
rate: rate(30 minutes)
34-
enabled: false # set to true to auto-enable
33+
rate: rate(4 hours)
34+
enabled: true # set to true to auto-enable
3535
input: {}

0 commit comments

Comments
 (0)