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.
This commit is contained in:
Rebecca Law
2017-08-11 12:00:20 +01:00
parent 1b7f3f0238
commit 4b33f7e987

View File

@@ -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),