celery: link test less often

This is causing the disk of the CBCs to fill up quickly, and their
logrotate seems a bit flakey

Reducing the rate will ensure the disks fill up less often

Signed-off-by: Toby Lorne <toby.lornewelch-richards@digital.cabinet-office.gov.uk>
This commit is contained in:
Toby Lorne
2020-11-06 13:37:39 +00:00
parent 20b329e50c
commit 00a1ba4b41

View File

@@ -312,7 +312,7 @@ class Config(object):
},
'trigger-link-tests': {
'task': 'trigger-link-tests',
'schedule': timedelta(minutes=5),
'schedule': timedelta(minutes=15),
'options': {'queue': QueueNames.PERIODIC}
},
}