Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
FIXED : calling twitter too fast
aberbotimue
Member Posts: 5 Contributor II
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.