retroph / speedrun-watch

Tool watching new runs from speedrun.com and posting info to several destinations - See https://retroph.github.io/
0 stars 0 forks source link

Fix duplicate posts #10

Open retroph opened 6 years ago

retroph commented 6 years ago

For Twitter those are less of an issue, they just result in "status is a duplicate" errors.

Root cause: DB triggers (on run creation) are only guaranteed to be run at least once, and should be idempotent.