minor modification

This commit is contained in:
EC2 Default User 2018-06-05 23:08:21 +00:00
parent 473339f740
commit 6a02d44fe6

View File

@ -257,7 +257,7 @@ functions:
topic: ${self:custom.snsTopic}
tradeTable: ${self:custom.tradeTable}
strategyTable: ${self:custom.strategyTable}
BASE_URL: ${self:custom.customDomain.domainName}/${self:custom.customDomain.stage}
BASE_URL: https://${self:custom.customDomain.domainName}/${self:custom.customDomain.stage}
# schedules all registered strategies on a daily base
schedule:
@ -269,7 +269,7 @@ functions:
rate: rate(1440 minutes)
enabled: true
- schedule:
rate: rate(5 minutes)
rate: rate(60 minutes)
enabled: true
# manual trigger for a longer range