Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit Bundles being backfilled (#55835)
This limits the number of ArtifactBundles that are being processed in a single backfilling operation. We have seen customers uploading thousands of single-file bundles which are all scheduled to be backfilled. However loading *all* the bundles in a single query, opening them up and collecting their manifests is costly, so lets limit that to the BATCH_SIZE.
- Loading branch information