retry_event: Remove requirement of failed_tries being already there.

This fixes a bug where retries in the signups queue threw an exception.
This commit is contained in:
Tim Abbott
2017-10-27 18:14:13 -07:00
parent 8b6b4e043f
commit fa55d7ed33
5 changed files with 4 additions and 10 deletions

View File

@@ -1226,7 +1226,6 @@ def do_send_messages(messages_maybe_none):
"message": wide_message_dict,
"trigger": event['trigger'],
"user_profile_id": event["user_profile_id"],
"failed_tries": 0,
},
lambda x: None,
call_consume_in_tests=True