Revert "Merge pull request #3125 from alphagov/revert-retry"

This reverts commit 6b9a50beff, reversing
changes made to 33f93dfea2.
This commit is contained in:
Leo Hemsted
2021-02-09 17:01:04 +00:00
parent 6b9a50beff
commit 4f89be6944
9 changed files with 435 additions and 61 deletions

View File

@@ -2412,7 +2412,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.
"""