aws-samples / aws-samples/amazon-textract-serverless-large-scale-document-processing
Sleep time not connected to usage constraints
Open
- Dominant language
- Python
- Stars
- 337
- Forks
- 159
- PR merge metrics
- No merged PRs in 30d
Description
In the job results processor the sleep on longer pdfs creates large delays. Can this instead be inferred from usage limits rather than an arbitrary setting of 5?
https://github.com/aws-samples/amazon-textract-serverless-large-scale-document-processing/blob/2d8b97cffb78d7160c8d332f9f39ca18c3e6704b/textract-pipeline/lambda/jobresultprocessor/lambda_function.py#L28
Contributor guide
Assessment
This issue has not been assessed yet.