Skip to content

Enabling Parallel Processing of Cases #84

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Komal-99 opened this issue Dec 13, 2024 · 2 comments
Closed

Enabling Parallel Processing of Cases #84

Komal-99 opened this issue Dec 13, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@Komal-99
Copy link

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.
image

Response Image
image

@Komal-99 Komal-99 added the enhancement New feature or request label Dec 13, 2024
@knihit
Copy link
Member

knihit commented Dec 17, 2024

Thank you for reaching out.

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.

@knihit
Copy link
Member

knihit commented Jan 20, 2025

Closing the issue because of inactivity.

@knihit knihit closed this as completed Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants