mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-11 09:27:56 -04:00
Merge pull request #3137 from alphagov/revert-revert-revert
Bring back retry logic
This commit is contained in:
@@ -2423,7 +2423,7 @@ class BroadcastEvent(db.Model):
|
||||
|
||||
def get_earlier_provider_messages(self, provider):
|
||||
"""
|
||||
Get the previous message for a provider. These are differentper provider, as the identifiers are different.
|
||||
Get the previous message for a provider. These are different per provider, as the identifiers are different.
|
||||
Return the full provider_message object rather than just an identifier, since the different providers expect
|
||||
reference to contain different things - let the cbc_proxy work out what information is relevant.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user