Send only updated posts to C-3PO to reduce traffic + load + Spotify API calls (from C-3PO) #12
Labels
enhancement
New feature or request
Hacktoberfest
This issue counts towards Hacktoberfest contributions
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 markingisParsed=false
only if these field values have updated.The text was updated successfully, but these errors were encountered: