This commit is contained in:
Ben Thorner
2021-12-20 14:57:02 +00:00
parent 81a79e56ce
commit d585e54e36
2 changed files with 6 additions and 1 deletions

View File

@@ -93,6 +93,11 @@ def create_nightly_notification_status():
)
@notify_celery.task(name='ben-test')
def ben_test():
raise TypeError('ben test')
@notify_celery.task(name="create-nightly-notification-status-for-day")
def create_nightly_notification_status_for_day(process_day, notification_type):
process_day = datetime.strptime(process_day, "%Y-%m-%d").date()

View File

@@ -151,7 +151,7 @@ mistune==0.8.4
# via notifications-utils
notifications-python-client==6.0.2
# via -r requirements.in
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@51.2.1
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@log-celery-failure-180693991
# via -r requirements.in
orderedset==2.0.3
# via notifications-utils