aws-solutions / content-analysis-on-aws

As of August 30, 2023, this AWS Solution is no longer available. Existing deployments will continue to run. The functionality provided by Content Analysis on AWS will be superseded with functionality in Media2Cloud on AWS and Content Localization on AWS. We encourage you to explore these solutions.
https://aws.amazon.com/solutions/implementations/aws-content-analysis/
Apache License 2.0
96 stars 47 forks source link

Stagger workflow status update requests #41

Closed ianwow closed 1 year ago

ianwow commented 3 years ago

Every workflow listed in the the Upload view will send a request to get its status at the same time. This won't scale very well. Something should be done to either stagger all the workflow status update requests, or somehow not run them all at the same time.

To reproduce this issue, drag and drop about a 100 videos into the Upload view, the click the Upload and Run workflow, then open firefox/chrome dev tools --> Network tab, and note how many HTTP requests continuously run.