Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Shared] Cannot update SQLite file on GCS when handling multiple uploads #1084

Closed
Tracked by #741
JerrySentry opened this issue Jan 23, 2024 · 0 comments
Closed
Tracked by #741
Assignees
Labels
bug Something isn't working

Comments

@JerrySentry
Copy link

JerrySentry commented Jan 23, 2024

We are currently using a SQLite DB file to store bundle analysis information for a given commit, that file is an object stored in a bucket on GCS. When the first bundle analysis upload is processed, the SQLite DB file is created and saved in the bucket. On subsequent uploads (of the same commit) we read the existing DB file and update it then save it to GCS again.

We need to lift the 3 months retention policy on GCS configuration for this bucket, the retention policy restricts modifying or deleting the DB file for 3 months after uploading

@codecov-hooky codecov-hooky bot added the bug Something isn't working label Jan 23, 2024
@JerrySentry JerrySentry self-assigned this Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant