aws-solutions/content-analysis-on-aws

Stagger workflow status update requests

ianwow opened this issue · 0 comments

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.