mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 23:41:17 -05:00
Update switch provider on slow delivery task to change max once evey 10 minutes
This commit is contained in:
@@ -459,7 +459,6 @@ def is_delivery_slow_for_provider(
|
||||
Notification.key_type != KEY_TYPE_TEST
|
||||
).group_by("slow").all()
|
||||
|
||||
print(count)
|
||||
counts = {c[0]: c[1] for c in count}
|
||||
total_notifications = sum(counts.values())
|
||||
if total_notifications:
|
||||
|
||||
Reference in New Issue
Block a user