separate nightly tasks and other scheduled tasks.

other tasks is anything that is run on a different frequency than
nightly
This commit is contained in:
Leo Hemsted
2019-01-14 17:22:41 +00:00
parent ef4b2c0564
commit d3d56a3224
6 changed files with 340 additions and 325 deletions

View File

@@ -11,7 +11,7 @@ from sqlalchemy.orm.exc import NoResultFound
from notifications_utils.statsd_decorators import statsd
from app import db, DATETIME_FORMAT, encryption
from app.celery.scheduled_tasks import send_total_sent_notifications_to_performance_platform
from app.celery.nightly_tasks import send_total_sent_notifications_to_performance_platform
from app.celery.service_callback_tasks import send_delivery_status_to_service
from app.celery.letters_pdf_tasks import create_letters_pdf
from app.config import QueueNames