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

Tracked packages #246

Open
wbxyz opened this issue Jan 8, 2025 · 0 comments
Open

Tracked packages #246

wbxyz opened this issue Jan 8, 2025 · 0 comments

Comments

@wbxyz
Copy link
Member

wbxyz commented Jan 8, 2025

Once we have Task Queue support implemented, we need to auto-populate the queue as new package versions are released.

However, we don't want to burn CPU trying to rebuild every package in every ecosystem. We need to define some criteria for which packages are worth attempting to rebuild. This set of packages can be described as "tracked".

Some potential criteria:

  • The package must be in the top N packages for that ecosystem, where we grow the number N over time
  • The package must have successfully rebuilt at least once before

Initially, we can run our benchmarks manually and then query for successes. This would generate a static list of packages which we can use when filtering incoming package publish events.

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

No branches or pull requests

1 participant