praekeltfoundation / vumi

Messaging engine for the delivery of SMS, Star Menu and chat messages to diverse audiences in emerging markets and beyond.
BSD 3-Clause "New" or "Revised" License
420 stars 131 forks source link

Clear remote message redis keys when we get delivery reports #977

Closed justinvdm closed 8 years ago

justinvdm commented 8 years ago

Currently, we store a mapping between remote message ids and our message ids in redis, and use this when we get a delivery report to publish a delivery report event with our message id. Once we've published the delivery report event, we no longer need the remote message ids, yet we still keep them around for a week.

justinvdm commented 8 years ago

Ready for review.

smn commented 8 years ago

:+1: when travis