marianogappa / crypto-predictions

State machine-based engine for tracking crypto-related predictions across social media posts.
https://marianogappa.github.io/software/2023/06/17/building-crypto-predictions/
2 stars 0 forks source link

Investigate Twitter interactions never getting stored in the table #20

Closed marianogappa closed 2 years ago

marianogappa commented 2 years ago

There's some very simple issue happening in the code path after a Tweet is posted that is preventing the logging of the interaction in the database. This does not affect anything, because Twitter has its own mechanism for de-duping tweets which we're hitting, but it's still good to log that the interaction happened and when.

marianogappa commented 2 years ago

Fixed in 4d63db9.