mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 07:21:13 -05:00
implement SNS
This commit is contained in:
@@ -168,7 +168,8 @@ provider_cache = TTLCache(maxsize=8, ttl=10)
|
||||
|
||||
|
||||
@cached(cache=provider_cache)
|
||||
def provider_to_use(notification_type, international=False):
|
||||
def provider_to_use(notification_type, international=True):
|
||||
international = True # TODO: remove or resolve the functionality of this
|
||||
active_providers = [
|
||||
p for p in get_provider_details_by_notification_type(notification_type, international) if p.active
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user