kernel-module-build icon indicating copy to clipboard operation
kernel-module-build copied to clipboard

Delay when pulling list from aws

Open maggie44 opened this issue 3 years ago • 0 comments

Fetching and reading the list ./build.sh list takes a long time. I imagine because the list is growing exponentially and the delay will keep getting worse. Seems like AWS is using pagination and only returning 1000 results at a time, requiring multiple API requests. I can't see an easy fix without moving to a different service.

maggie44 avatar Jul 23 '22 10:07 maggie44