From 4b33f7e9870545f87299f566ecf5a22489dc1a1f Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Fri, 11 Aug 2017 12:00:20 +0100 Subject: [PATCH] Stop purging the DVLA response files from S3 We are not processing the data in these files yet so we need to stop deleting them until the data is recorded. --- app/config.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/config.py b/app/config.py index 940c08622..678193dc4 100644 --- a/app/config.py +++ b/app/config.py @@ -211,11 +211,6 @@ class Config(object): 'schedule': crontab(minute=40, hour=4), 'options': {'queue': QueueNames.PERIODIC} }, - 'delete_dvla_response_files': { - 'task': 'delete_dvla_response_files', - 'schedule': crontab(minute=10, hour=5), - 'options': {'queue': QueueNames.PERIODIC} - }, 'timeout-job-statistics': { 'task': 'timeout-job-statistics', 'schedule': crontab(minute=0, hour=5),