mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
debug staging
This commit is contained in:
@@ -25,6 +25,7 @@ from app.notifications.process_notifications import (
|
||||
send_notification_to_queue,
|
||||
)
|
||||
from app.schemas import invited_user_schema
|
||||
from app.utils import hilite
|
||||
|
||||
service_invite = Blueprint("service_invite", __name__)
|
||||
|
||||
@@ -80,6 +81,9 @@ def _create_service_invite(invited_user, invite_link_host):
|
||||
json.dumps(data),
|
||||
ex=3600 * 24,
|
||||
)
|
||||
current_app.logger.info(
|
||||
hilite(f"STORING ALL THIS IN REDIS FOR SERVICE INVITE {json.dumps(data)}")
|
||||
)
|
||||
send_notification_to_queue(saved_notification, queue=QueueNames.NOTIFY)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user