Szekeres Géza
Szekeres Géza8mo ago

Return from a Repeat

Hi! I have a problem with the return function.. I'm pulling statuses from an openAI run, and I've used the repeat function with 240 repeats to check it. Each cycle has 1s of sleep, but even if I fire the Return function (let's say at the 20th check), the repeat keeps on going till 240.. Maybe its the async request for az OpenAI API? So strange.. Do you have any ideas? Is there any way to have while function instead of the basic numeric repeater? Thanks in advance!
No description
3 Replies
Szekeres Géza
Szekeres Géza8mo ago
Basically any option for GOTO functionality would do.. any ideas anyone?
Gaurav Chadha
Gaurav Chadha8mo ago
Hi @Szekeres Géza, as the goto will also require break, currently it is not possible to break the repeat or loop. We'll be adding a solution for this in near future.
Szekeres Géza
Szekeres Géza8mo ago
Thank you for you answer! What is you gut-feeling about the near future? Days, weeks, months? Is there any public roadmap or backlog to see what's scheduled? The reason why I ask, because it really blocks the return and all the repeats has to be waited, which makes the runtimes static and long.. Plus you charge with running times I suppose, so it is also weird..