You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I would like to ask whether there is an option to set a delay between evaluating rows when using the Evaluate all function with the Derivative column. I have around 500 rows and the api concurency limit is just 20.
The issue is that if my code is using an API, it hits concurrency limits, which makes the evaluate all function ineffective.
I am looking for a solution. I have tried storing the current running script count in Firestore, but that didn’t work well. The best solution I can think of is to set a delay between row evaluations either directly in rowy setting or within a Derivatives code.
If anyone could help me solve the problem, it would be greatly appreciated.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello, I would like to ask whether there is an option to set a delay between evaluating rows when using the Evaluate all function with the Derivative column. I have around 500 rows and the api concurency limit is just 20.
The issue is that if my code is using an API, it hits concurrency limits, which makes the evaluate all function ineffective.
I am looking for a solution. I have tried storing the current running script count in Firestore, but that didn’t work well. The best solution I can think of is to set a delay between row evaluations either directly in rowy setting or within a Derivatives code.
If anyone could help me solve the problem, it would be greatly appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: