HashtagSell / posting-sync-agent

Synchronizes postings from 3taps with the #Sell Posting API
0 stars 0 forks source link

Question: how to keep items in sync. #5

Closed that1guy closed 9 years ago

that1guy commented 9 years ago

How do we keep items in sync with eBay, CL, etc?

  1. Does the ingest agent delete items from mongo when it ingests an item from 3Taps polling api with a status of "deleted"?
  2. When TTL of posting expires are we verifying if that posting is still live on the internet or just deleting?
brozeph commented 9 years ago

After the recent pull request merge, the answer to question #1 is yes. It also accounts for status updates of "unavailable" and "expired" as well as if it has been flagged (but not yet reviewed).

For question 2, we simply delete - there is no verification.