Skip to content

Commit 1cfddf1

Browse files
add progress log for large org asset discovery
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d59647c commit 1cfddf1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkg/providers/gcp/gcp.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,9 @@ pagination:
512512
asset: asset,
513513
resource: resource,
514514
})
515+
if len(assetInfos)%5000 == 0 {
516+
gologger.Info().Msgf("Progress: %d assets fetched so far", len(assetInfos))
517+
}
515518
}
516519
}
517520

0 commit comments

Comments
 (0)