I have a rss feed that trigger every 10th minute.
If there are multiple new items during this period, they will be posted to my facebook page and twitter account at the same time. Is there a way to post the first one directly and schedule the other ones to +X minutes?
Thanks,
I canât figure out how I should use it for only one âoperationâ?
I donât want to delay the entire scenario, just âoperation 2â?
You add a delay (sleep module) between the Facebook module (op_1) and the Twitter module (op_2).
I think I explained my scenario wrong.
My RSS triggers every ten minutes. Sometimes there are two or more new items during 10 minutes. The output will be multiple operation outputs from the RSS module. I want to delay output 2 and 3 from this module.
1.
You can add a Sleep module to add up to a 5-minute delay between each bundle from the RSS module.
2.
Alternatively, set the âMaximum number of bundlesâ to 1, but in your scenarioâs schedule, set it to run more frequently.
Another alternative would be have 3 scenariosâŚ
One to pull the data from rss and store it in a data store
Then 2 separate ones for fb and twitter (ok X urgh) to pull the records one at a time from the data store and post to the relevant social media platform on their own schedule.
That way each post from the RSS feed is handled individually.
Think thatâs what youâre looking for but if not feel free to ELI5
cheers
Simon
That sounds like a good idea, is it hard to set up a data store?
No pretty simple, it does what it says on the tin really.
You will just have to give some thought as to the data structure you employ so you can easily pull the items out in the right order etc.
Be interested to see the end result when youâre done
Cheers
Simon