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

feat: added configuration to use a local token registry #873

Merged
merged 6 commits into from
Jun 11, 2024

Conversation

Kammerlo
Copy link
Member

Context

The global token registry has a limit of how many requests can be send. This leads to long resync times, if all assets are needed. To avoid that I want to introduce a local token registry. This solution won't suffer from any limits, since the sync can be done locally.

Proposed Solution

Adding the Token Registry to an additional docker-compose file, so the user can choose which to use. The background service will then start syncing everything from the local registry.
In a future PR it could be possible to directly use the database within this application to avoid syncing twice, but for now this will help and solves the issue regarding the limits.

@Kammerlo Kammerlo self-assigned this May 25, 2024
@Kammerlo Kammerlo merged commit 131d524 into master Jun 11, 2024
1 check passed
@Kammerlo Kammerlo deleted the feat/local-token-registry branch June 11, 2024 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant