Hello everyone,
I need to create a recipe that is trigger by an api request, it process a big amount of data and then return the result to the api request. My idea, to make the recipe faster, is to split the data in multiple chunks and use the async functionality to process each chunk in parallel using an aux recipe to do it.
I used the documentation about the Callable Recipes - Wait For Async Calls Action and followed all the advises I saw there and I managed to create a recipe. But I got a problem using the wait functionality, I received the next error: "Use of long actions is not allowed in callable recipes or bot recipes", and if I change the recipe to run each step synchronously (not using the async and wait), it works perfectly.
I understand this error is showing because the trigger of the recipe is the api request. So I want to know if anyone faced a similar situation and if you could find a solution or if someone knows a different method to run in parallel recipe steps that works for recipe triggered by an api request.
Thanks & Regards,
Bernold Abarca
------------------------------
Bernold Rodrigo Abarca Zuniga
Intel
------------------------------