FarmRadioHangar / fessbox

GNU Affero General Public License v3.0
1 stars 2 forks source link

Delete messages from modem storage on application code instead of running scripts on operating system. #100

Closed will5300 closed 7 years ago

will5300 commented 8 years ago

Less scripts!

miopa commented 7 years ago

This is tricky, we still don't know why are the messages not auto-deleted. The hypothesis that the messages are stored on the modem during un-successful message sending is not true, so there is no point triggering deleting on that event.

Current hypothesis is that when too much messages come at the same time, not all get deleted. Current solution is to run a script that deletes modem storage every 15 minutes.