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

store registry tokens on S3 #4713

Open
n1ru4l opened this issue May 8, 2024 · 0 comments
Open

store registry tokens on S3 #4713

n1ru4l opened this issue May 8, 2024 · 0 comments
Labels
enhancement New feature or request that adds new things or value to Hive

Comments

@n1ru4l
Copy link
Collaborator

n1ru4l commented May 8, 2024

Right now registry tokens are stored within postgres, which means that in case of a postgres database downtime (or maintenance), the usage reporting feature might be impacted as a token might not be stored in memory of tokens/usage reporting service.

By moving the storage of the tokens to S3, we avoid this bottleneck as scaling/upgrading postgres usually implies a downtime.

As part of implementing this task we need to have a plan for migrating the existing tokens from pg to s3.

Also related to #124

@n1ru4l n1ru4l added the enhancement New feature or request that adds new things or value to Hive label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request that adds new things or value to Hive
Projects
None yet
Development

No branches or pull requests

1 participant