FIXED : calling twitter too fast


I have a quick workflow that gets al the followers of a user.. I then loop through thoses followers and call twitter to do a search for all.
:Twitter is erroring saying I am calling the api too much...
is there a none dirty way to slow downm my "loop values" other than putting an other big loop in the process that just ties up the processor??
:Twitter is erroring saying I am calling the api too much...
is there a none dirty way to slow downm my "loop values" other than putting an other big loop in the process that just ties up the processor??
0
Answers
You can use the Delay operator, which is i think exactly the t hing you want to do.
Best,
Martin
Dortmund, Germany
Thanks again.