mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-28 22:09:44 -05:00
WIP
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user