Hi,
I have a scenario that looks like this:
I have two questions:
-
Right now the RSS-feed can pick up to 5 items every 5th minute. But if one of the items already exists in my data store, the entire cycle is being canceled. So if item 3/5 exists, item 4 and 5 will never get the chance to be recorded into my data store. How can i fix this? I still don’t want a duplicate in my data store.
-
If there are 5 items in the rss feed. What is the best way to spread out the publishing time on my social accounts (Facebook and Hootsuite in this scenario). I would like to set it up like this:
Item 1 - publish direct
Item 2 - schedule 15 minutes
Item 3 - schedule 30 minutes
Item 4 - schedule 45 minutes
Item 5 - schedule 60 minutes
Thanks in advance!