The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

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, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 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.