mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
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:
@@ -312,7 +312,7 @@ class Config(object):
|
|||||||
},
|
},
|
||||||
'trigger-link-tests': {
|
'trigger-link-tests': {
|
||||||
'task': 'trigger-link-tests',
|
'task': 'trigger-link-tests',
|
||||||
'schedule': timedelta(minutes=5),
|
'schedule': timedelta(minutes=15),
|
||||||
'options': {'queue': QueueNames.PERIODIC}
|
'options': {'queue': QueueNames.PERIODIC}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user