We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c68f3c commit e84a2b8Copy full SHA for e84a2b8
rollup/internal/controller/blob_uploader/blob_uploader.go
@@ -71,6 +71,7 @@ func (b *BlobUploader) UploadBlobToS3() {
71
72
// nothing to do if we don't have any pending batches
73
if dbBatch == nil {
74
+ log.Info("not found any un-uploaded batches")
75
return
76
}
77
0 commit comments