pubsub-backup
pubsub-backup copied to clipboard
Results
1
pubsub-backup issues
Sort by
recently updated
recently updated
newest added
Streaming insert limits are documented here: https://cloud.google.com/bigquery/quotas#streaming_inserts This project uses fixed windows of a minute: https://github.com/alexvanboxel/pubsub-backup/blob/7dd0f127ddbfd65ab3d48133651ce090ed336b73/src/main/java/backup/BackupPipeline.java#L59 If you end up going over the limit for streaming inserts, this might cause...