Skip to main content

 

I am running worklow having two function. Functions independently working fine. On trigger of workflow, first step runs and second step is failing with internal server error. Also, multiple call to second function are observed. No other workflow is in place for second function’ingest-test’ that could trigger this function.

I have tried passing same input ’ingest-test’ that is expected from previous function. It works fine and produce ouput in 18s. Sharing third snippet of it. 

 

Hi. By default, a workflow task is retried 3 times on failure. That should explain 4 calls to the same Function (1 initial call, 3 retries). For some reason the workflow registeres each call as a failure. We’ll look into that, but assume it to be related to the other IdP/SAuth related issues that we are seeing with SLB users. 

In the meantime, are you able to try running the workflow using the API/Python SDK? In this post that seemed to resolve some of the issues experienced:

 


Triggered workflow via sdk. And created schedule as well. 

If there is failure, shouldn’t one call responded with failed status. Since all are in running state, it confuses if they are for retrying or if they were triggered from elsewhere.


Reply