lttkgp / R2-D2

Facebook connector for C-3PO
MIT License
7 stars 3 forks source link

Send only updated posts to C-3PO to reduce traffic + load + Spotify API calls (from C-3PO) #12

Open ghostwriternr opened 4 years ago

ghostwriternr commented 4 years ago

Currently, every post fetched from Facebook (limited by a threshold) is marked as isParsed=false for the dispatcher to send to C-3PO. This increases the load on C-3PO and generates unnecessary API calls to Spotify. Remove this by verifying if a post is updated by checking the necessary fields on R2-D2 and marking isParsed=false only if these field values have updated.