fix broken go live email notification

This commit is contained in:
Kenneth Kehl
2024-11-27 10:46:49 -08:00
parent 4a31b2ece6
commit 61b9948270
2 changed files with 3 additions and 3 deletions

View File

@@ -52,9 +52,11 @@ def send_notification_to_service_users(
json.dumps(personalisation),
ex=24 * 60 * 60,
)
print(hilite("GOT PAST FIRST SET"))
redis_store.set(
f"email-recipient-{notification.id}", notification.to, ex=24 * 60 * 60
)
print(hilite("GOT PAST SECOND SET"))
send_notification_to_queue(notification, queue=QueueNames.NOTIFY)
return notification