Skip to content

Commit 856299f

Browse files
authored
Update serverless.yml
1 parent ac7acd4 commit 856299f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ functions:
2222
timeout: ${env:TIMEOUT, 900}
2323
handler: handler.saf
2424
events:
25-
- schedule: rate(3 minutes)
25+
- schedule: rate(${env:SCHED_INTERVAL_MINUTES, 1440} minutes)
2626
environment:
2727
COMMAND_STRING: ${env:COMMAND_STRING}
2828
OUTPUT_PREFIX: ${env:OUTPUT_PREFIX, "results/"}

0 commit comments

Comments
 (0)