Skip to content

Commit

Permalink
Merge pull request #109 from OpenDataServices/23-redis-result_ttl
Browse files Browse the repository at this point in the history
processor.cove: Increase redis `result_ttl` to 2 hours
  • Loading branch information
Bjwebb committed Mar 23, 2021
2 parents daa4b1d + be71415 commit 8c02562
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions standards_lab/processor/cove.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def start(project):
project,
data_file,
job_id=job_id,
result_ttl=2 * 60 * 60,
)
output[data_file] = {"status": "SUCCESS"}
return output
Expand Down

0 comments on commit 8c02562

Please sign in to comment.