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

Missing older artifact versions when registering a repository #1810

Closed
rdimitrov opened this issue Dec 4, 2023 · 0 comments · Fixed by #1806
Closed

Missing older artifact versions when registering a repository #1810

rdimitrov opened this issue Dec 4, 2023 · 0 comments · Fixed by #1806
Assignees
Labels
bug Something isn't working

Comments

@rdimitrov
Copy link
Member

Describe the issue

Currently when a repo is registered, minder does a single query agains the registry for its artifacts.

In case there are many artifacts for that repository, we miss fetching a large portion of them because the single fetch call uses default options for items per page.

The result is minder is processing ~30ish of the most recent items.

Note this is different from the 30 days retention policy we have now.

To Reproduce

  1. Register repository with more than 30-40 artifact versions built in the last few days.
  2. Try to find some older version (less than 30 days old).

What version are you using?

No response

@rdimitrov rdimitrov added the bug Something isn't working label Dec 4, 2023
@rdimitrov rdimitrov self-assigned this Dec 6, 2023
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

Successfully merging a pull request may close this issue.

1 participant