Skip to content

Commit

Permalink
include exception even if message is saved on S3
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-mcgann committed Aug 14, 2019
1 parent 8e4d7e1 commit 8627134
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion message_adapter/message_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,8 @@ def __storeRemoteResponse(self, event):

return {
'cumulus_meta': event['cumulus_meta'],
'replace': s3Location
'replace': s3Location,
'exception': event['exception'],
}

def createNextEvent(self, handlerResponse, event, messageConfig):
Expand Down

0 comments on commit 8627134

Please sign in to comment.