You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have deployed this solution for a use case, and when Integrating on the UI, I try Uploading two or more files at the same time as I have handled multiple files at Backened. It creates Multiple cases and hits all the API for the Start Job, but The Application is not able to process all started cases parallelly. For the First uploaded file, it returns Results in 5 Minutes, but for the next API, it takes a Long time and is not able to fetch the details.
If a user uploads 3-4 files in one they should be processed parallelly and USer should get result after a specific amount of time in processing
Describe the feature you'd like
Parallel Processing of text extraction - If a user uploads 3-4 files in one they should be processed parallelly and User should get results after a specific amount of time in processing
Additional context
Here can see 2 cases created but after waiting 5-10 when I am trying to fetch the details I could only fetch details of 1 case.
Response Image
The text was updated successfully, but these errors were encountered:
First, can you please confirm if your workflow config configuration allows multiple files.
Secondly, can you please check the step function executions for failures. Once you find the failed instance, can you please look at the lambda logs and provide details on the error. It seems that the uploaded documents may have failed processing and hence the case. This would enable us to determine the root cause.
Is your feature request related to a problem? Please describe.
I have deployed this solution for a use case, and when Integrating on the UI, I try Uploading two or more files at the same time as I have handled multiple files at Backened. It creates Multiple cases and hits all the API for the Start Job, but The Application is not able to process all started cases parallelly. For the First uploaded file, it returns Results in 5 Minutes, but for the next API, it takes a Long time and is not able to fetch the details.
If a user uploads 3-4 files in one they should be processed parallelly and USer should get result after a specific amount of time in processing
Describe the feature you'd like
Parallel Processing of text extraction - If a user uploads 3-4 files in one they should be processed parallelly and User should get results after a specific amount of time in processing
Additional context

Here can see 2 cases created but after waiting 5-10 when I am trying to fetch the details I could only fetch details of 1 case.
Response Image

The text was updated successfully, but these errors were encountered: