Merge pull request #3137 from alphagov/revert-revert-revert

Bring back retry logic
This commit is contained in:
Leo Hemsted
2021-02-15 12:21:13 +00:00
committed by GitHub
9 changed files with 492 additions and 69 deletions

View File

@@ -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.
"""