Delete scheduled task to populate monthly_billing

This commit is contained in:
Pea Tyczynska
2018-07-23 14:57:44 +01:00
parent 1d2e086109
commit c0f309a2a6
4 changed files with 1 additions and 188 deletions

View File

@@ -238,11 +238,6 @@ class Config(object):
'schedule': crontab(hour=4, minute=40),
'options': {'queue': QueueNames.PERIODIC}
},
'populate_monthly_billing': {
'task': 'populate_monthly_billing',
'schedule': crontab(hour=5, minute=10),
'options': {'queue': QueueNames.PERIODIC}
},
'raise-alert-if-letter-notifications-still-sending': {
'task': 'raise-alert-if-letter-notifications-still-sending',
'schedule': crontab(hour=16, minute=30),