最近搜索
没有最近搜索
Can we optimize the usage of tokens in ZIS flow to decrease the rate limit or usage of tokens at each step
已于 2023年3月20日 发布
Trying to optimize a ZIS flow where we are pinging our API's or calling them at each single step using Tokens
Which is making the rate limit to increase because if usage
0
1
1 条评论
Jacob the Moderator
Hi Basrur Sandesh Kamath
I see it has been a while since you posted your question, did you manage to resolve your issue?
If I'm understanding you correctly, your flow is sending more requests than your rate limit permits. I use Choice states to more granularly control the conditions I want to action on, so I don't waste requests. Without knowing your use case, I'm not sure if that addresses your issue.
0