Remove the check for daily limits

This commit is contained in:
Rebecca Law
2020-03-17 15:41:30 +00:00
parent ac07ea3e3f
commit 852cf478f8
2 changed files with 3 additions and 65 deletions

View File

@@ -50,7 +50,8 @@ def check_service_over_daily_message_limit(key_type, service):
def check_rate_limiting(service, api_key):
check_service_over_api_rate_limit(service, api_key)
check_service_over_daily_message_limit(api_key.key_type, service)
# Reduce queries to the notifications table
# check_service_over_daily_message_limit(api_key.key_type, service)
def check_template_is_for_notification_type(notification_type, template_type):