Revert "trigger nightly delete tasks from the create notification status task"

This reverts commit 58f24a0a83.
This commit is contained in:
Leo Hemsted
2019-08-16 15:37:27 +01:00
parent 36dd750637
commit 8f13697cf1
3 changed files with 17 additions and 20 deletions

View File

@@ -12,11 +12,6 @@ from app.dao.fact_billing_dao import (
update_fact_billing
)
from app.dao.fact_notification_status_dao import fetch_notification_status_for_day, update_fact_notification_status
from app.celery.nightly_tasks import (
delete_sms_notifications_older_than_retention,
delete_email_notifications_older_than_retention,
delete_letter_notifications_older_than_retention
)
@notify_celery.task(name="create-nightly-billing")