Java based durable Functions are failing randomly #2946
Labels
out-of-proc
Impacts non-.NET languages (e.g. JavaScript, Python, or PowerShell) which execute out-of-process
P1
Priority 1
Environment details:
We have an Orchestrator Durable function and this we invoke through HTTP. It further invokes the Activity Function.
This Activity Function does some processing logic and return the response back, which is then returned back from the Orchestrator Durable Function.
We are using Java based Durable Functions. The issue occurs in the 1st called Durable function. It is not able to invoke the next steps and we get the below error :
Below is the screenshot which shows the exception:
The same durable function was working fine till 8-OCT-2024. We suspect that after this release of Azure Function's host, the issue has started, as it has changes related to middleware:
The text was updated successfully, but these errors were encountered: