There was an error while loading. Please reload this page.
1 parent ac7acd4 commit 856299fCopy full SHA for 856299f
serverless.yml
@@ -22,7 +22,7 @@ functions:
22
timeout: ${env:TIMEOUT, 900}
23
handler: handler.saf
24
events:
25
- - schedule: rate(3 minutes)
+ - schedule: rate(${env:SCHED_INTERVAL_MINUTES, 1440} minutes)
26
environment:
27
COMMAND_STRING: ${env:COMMAND_STRING}
28
OUTPUT_PREFIX: ${env:OUTPUT_PREFIX, "results/"}
0 commit comments