Anthony-Nolan / Atlas

A free & open-source Donor Search Algorithm Service
GNU General Public License v3.0
9 stars 5 forks source link

Matching request processed more than once #1041

Closed zabeen closed 5 months ago

zabeen commented 1 year ago

Noticed this because of duplicate key exception being thrown by repeat search function as described here: #962

zabeen commented 1 year ago

Might be linked to failed searches recorded in #1031

zabeen commented 7 months ago

See this comment for possible explanation: https://github.com/Anthony-Nolan/Atlas/issues/962#issuecomment-1927309603

zabeen commented 5 months ago

There is not much more we can do about this. Fix for #962 resolves the side-effect of matching results message being published twice (whether that be due to the search running twice, or the message being run twice). It doesn't happen often enough, or overtly enough, for us to investigate/replicate. Will close the issue as not planned.