southparkcommons / slacktivate

Do productive things with messages from SPC Slack
2 stars 2 forks source link

Product: Don't lose duplicate tweet storage on fresh deploys #3

Open luchak opened 6 years ago

luchak commented 6 years ago

Right now this stores already-reacted-to messages in a SQLite database in /tmp, which is wiped on every fresh deploy to Render. Use some long-term storage to keep track of already-processed messages so we don't risk double reactions.

Persistent storage would of course also enable other interesting features.

karenerobinson commented 6 years ago

I added "Product:" to the name because the implementation still needs to be figured out.