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

aberbotimueaberbotimue Member Posts: 5 Contributor II
edited November 2018 in Help
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??

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,529 RM Data Scientist
    Hi aberbotimue,

    You can use the Delay operator, which is i think exactly the t hing you want to do.

    Best,

    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • aberbotimueaberbotimue Member Posts: 5 Contributor II
    Thanks for that, that s exactly what i needed,,  I just searched for pause, and wait..  never thought of delay!!

    Thanks again.
Sign In or Register to comment.