minor modification
This commit is contained in:
parent
473339f740
commit
6a02d44fe6
@ -257,7 +257,7 @@ functions:
|
|||||||
topic: ${self:custom.snsTopic}
|
topic: ${self:custom.snsTopic}
|
||||||
tradeTable: ${self:custom.tradeTable}
|
tradeTable: ${self:custom.tradeTable}
|
||||||
strategyTable: ${self:custom.strategyTable}
|
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
|
# schedules all registered strategies on a daily base
|
||||||
schedule:
|
schedule:
|
||||||
@ -269,7 +269,7 @@ functions:
|
|||||||
rate: rate(1440 minutes)
|
rate: rate(1440 minutes)
|
||||||
enabled: true
|
enabled: true
|
||||||
- schedule:
|
- schedule:
|
||||||
rate: rate(5 minutes)
|
rate: rate(60 minutes)
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
# manual trigger for a longer range
|
# manual trigger for a longer range
|
||||||
|
Loading…
Reference in New Issue
Block a user