Completes MAXH2O-73 and MAXH2O-78

Adds scaling and GPM ignore limit.
Increments version in S3 to 9
This commit is contained in:
Patrick McDonagh
2017-12-01 10:59:26 -06:00
parent 17a52d9a0c
commit e4234bc2c3
6 changed files with 172 additions and 49 deletions

View File

@@ -1,9 +1,10 @@
{
"name": "flowmonitor",
"driverFilename": "flow-monitor.py",
"s3BucketName": "flow-monitor",
"additionalDriverFiles": [
"utilities.py"
"utilities.py",
"persistence.py"
],
"version": 8,
"s3BucketName": "flow-monitor"
"name": "flowmonitor",
"version": 9,
"driverFilename": "flow-monitor.py"
}