You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log.Fatal().Err(err).Msg("unable to close blob writer")
}
// TODO store blobs to persistant storage (local disk file, sql db, mongo, redis)blobs=append(blobs, blobName)
// TODO store to go gob// labels: kill-handlelog.Info().Int("messages", items).Msg("messages written to blob")
// TODO handle longer than 600s pubsub timeout, may be dynamic ack ttl from sub or config?for_, ms:=rangemessagesForAck {
ms.Ack()
}
The text was updated successfully, but these errors were encountered:
event-sync/pkg/bq_load.go
Line 101 in 74dbd4c
The text was updated successfully, but these errors were encountered: