Merge branch 'aws' of https://github.com/berlinguyinca/freqtrade into aws
This commit is contained in:
@@ -35,6 +35,12 @@ provider:
|
||||
deploymentBucket:
|
||||
name: lambdas-freq
|
||||
|
||||
# limit the invocations a bit to avoid overloading the server
|
||||
usagePlan:
|
||||
throttle:
|
||||
burstLimit: 100
|
||||
rateLimit: 50
|
||||
|
||||
############################################################################################
|
||||
#custom configuration settings
|
||||
############################################################################################
|
||||
@@ -230,9 +236,11 @@ functions:
|
||||
|
||||
events:
|
||||
- schedule:
|
||||
rate: rate(10 minutes)
|
||||
rate: rate(1440 minutes)
|
||||
enabled: false
|
||||
- schedule:
|
||||
rate: rate(5 minutes)
|
||||
enabled: true
|
||||
|
||||
environment:
|
||||
topic: ${self:custom.snsTopic}
|
||||
tradeTable: ${self:custom.tradeTable}
|
||||
|
||||
Reference in New Issue
Block a user