Hi everyone,
We are running jobs using document understanding, and are using a ML skill. It works about 80% of the time, but 20% of the time we get the error: Can’t find skill. But it was able to find it right before and after. Is this a bug?
Hi everyone,
We are running jobs using document understanding, and are using a ML skill. It works about 80% of the time, but 20% of the time we get the error: Can’t find skill. But it was able to find it right before and after. Is this a bug?
It could be intermittent issue as it uses API’s. Surround your logic with Retry scope.
Thanks,
Ashok ![]()
As it uses orchestrator api to communicate sometimes the response might be delayed or might miss…so use a retry scope around it with a small delay and 3 retries atleast…same as what is followed in re framework for status updates
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.