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
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.