remove leftover task from broadcasts

This commit is contained in:
stvnrlly
2022-12-06 16:01:13 -05:00
parent 52ce391405
commit ab6e2f9698

View File

@@ -310,11 +310,6 @@ class Config(object):
'schedule': crontab(hour=23, minute=00),
'options': {'queue': QueueNames.PERIODIC}
},
'trigger-link-tests': {
'task': 'trigger-link-tests',
'schedule': timedelta(minutes=15),
'options': {'queue': QueueNames.PERIODIC}
},
}
}