I'm noticing that every once in a while, a user will send data twice for the same day, and the entire upload will be identical except for the tag. I'm not sure what could be causing this. The fact that the total visits and ciphertexts are identical leads me to believe that the prepareAndSendDataBody function is only being called once, but this makes the differing tags all the more confusing.
The good news is that these duplicates are easy to deduplicate. However, it makes me think there might be something fundamentally going wrong every once in a while, and if it affects tags, it could affect payments.
I'm noticing that every once in a while, a user will send data twice for the same day, and the entire upload will be identical except for the tag. I'm not sure what could be causing this. The fact that the total visits and ciphertexts are identical leads me to believe that the
prepareAndSendDataBody
function is only being called once, but this makes the differing tags all the more confusing.The good news is that these duplicates are easy to deduplicate. However, it makes me think there might be something fundamentally going wrong every once in a while, and if it affects tags, it could affect payments.