[hma][good first issue] Tweak Message For Checkpointing Sanity Check Failure #1734
Labels
Good First Issue
These are simple issues that don't require a lot of in-depth knowledge
hma
Items related to the hasher-matcher-actioner system
https://github.com/facebook/ThreatExchange/blob/main/hasher-matcher-actioner/src/OpenMediaMatch/storage/postgres/impl.py#L344
If two fetch processes are running at the same time, one of them will hopefully fail this assert to try and avoid rewinding the checkpoint.
The message currently cryptically refers to this as a "race condition", but this actually means there are probably multiple instances of the fetch process.
Let's update the message to be less cryptic, and refer to multiple fetch processes or tasks.
The text was updated successfully, but these errors were encountered: