Merge branch 'aws' of https://github.com/berlinguyinca/freqtrade into aws
This commit is contained in:
commit
56e3aa482e
@ -217,7 +217,9 @@ def _store_aggregated_data(interval, name, result, timerange, user):
|
|||||||
"duration": row[4],
|
"duration": row[4],
|
||||||
"profit_percent": row[2],
|
"profit_percent": row[2],
|
||||||
"strategy": name,
|
"strategy": name,
|
||||||
"user": user
|
"user": user,
|
||||||
|
"ticker": interval,
|
||||||
|
"days": timerange
|
||||||
}
|
}
|
||||||
|
|
||||||
print(data)
|
print(data)
|
||||||
|
@ -24,6 +24,10 @@ provider:
|
|||||||
Action:
|
Action:
|
||||||
- SNS:*
|
- SNS:*
|
||||||
Resource: { "Fn::Join" : [":", ["arn:aws:sns:${self:custom.region}", "*:*" ] ] }
|
Resource: { "Fn::Join" : [":", ["arn:aws:sns:${self:custom.region}", "*:*" ] ] }
|
||||||
|
- Effect: "Allow"
|
||||||
|
Action:
|
||||||
|
- ecs:RunTask
|
||||||
|
Resource: "*"
|
||||||
|
|
||||||
memorySize: 128
|
memorySize: 128
|
||||||
timeout: 90
|
timeout: 90
|
||||||
|
Loading…
Reference in New Issue
Block a user