Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
Bumped to 6.8.9 with bumped collection time limit
Browse files Browse the repository at this point in the history
  • Loading branch information
migurski committed Oct 20, 2018
1 parent 26d7a49 commit 31d80f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,3 +1,6 @@
2017-10-20: 6.8.9
- Bumped collection time limit to 20 hours.

2017-05-25: 6.8.8
- Started deploying continuously from Circle CI. (#703)

Expand Down
2 changes: 1 addition & 1 deletion openaddr/VERSION
@@ -1 +1 @@
6.8.8
6.8.9
2 changes: 1 addition & 1 deletion ops/update-scheduled-tasks.py
Expand Up @@ -46,7 +46,7 @@ def main():
cron = 'cron(0 15 */2 * ? *)',
description = 'Archive collection, every other day at 15:00 UTC (7am PST)',
input = {
"command": ["openaddr-collect-extracts"], "hours": 18,
"command": ["openaddr-collect-extracts"], "hours": 20,
"bucket": LOG_BUCKET, "sns-arn": SNS_ARN, "version": version
}),
CALCULATE_RULE: dict(
Expand Down

0 comments on commit 31d80f6

Please sign in to comment.