Skip to content

Commit 67a37af

Browse files
authored
infra: correct cron format
1 parent 2b8e7dd commit 67a37af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ functions:
6262
path: /probot/stats
6363
method: get
6464
cors: true
65-
- schedule: cron(0/5 22-23 * * * *) # Ping stats handler every 5 minutes to stay warm, every day, between 22-23 PM
65+
- schedule: cron(1/5 22-23 * * * *) # Ping stats handler every 5 minutes to stay warm, every day, between 22-23 PM
6666
memorySize: 512
6767
timeout: 30
6868
healthCheck:

0 commit comments

Comments
 (0)