Skip to content

feat: add --skip-existing flag to seed script#43

Merged
homanp merged 1 commit intomainfrom
feat/seed-skip-existing
Feb 18, 2026
Merged

feat: add --skip-existing flag to seed script#43
homanp merged 1 commit intomainfrom
feat/seed-skip-existing

Conversation

@homanp
Copy link
Contributor

@homanp homanp commented Feb 18, 2026

What

Connects to the database to check which packages have already been scanned and filters them out before pushing to the queue, avoiding redundant scan jobs when re-running the seeder.

Why

Allows us to run full seeds without costing to much tokens.

Test plan

  • Tests pass locally
  • Tested manually

Connects to the database to check which packages have already been
scanned and filters them out before pushing to the queue, avoiding
redundant scan jobs when re-running the seeder.
@homanp homanp self-assigned this Feb 18, 2026
@homanp homanp merged commit 5c24db5 into main Feb 18, 2026
5 checks passed
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

Comments