Skip to content

Commit 61e299f

Browse files
committed
feat: pom extractor
Signed-off-by: Umberto Sgueglia <usgueglia@contractor.linuxfoundation.org>
1 parent 66b8c09 commit 61e299f

16 files changed

Lines changed: 612 additions & 259 deletions

File tree

backend/.env.dist.local

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,10 @@ OSV_ECOSYSTEMS=npm,Maven
199199
OSV_TMP_DIR=/tmp/osv
200200
OSV_BATCH_SIZE=500
201201
OSV_DERIVE_BATCH_SIZE=1000
202+
# pom-fetcher non-critical (DB-only)
203+
POM_FETCHER_NON_CRITICAL_BATCH_SIZE=500
204+
POM_FETCHER_NON_CRITICAL_CONCURRENCY=20
205+
206+
# pom-fetcher critical (HTTP)
207+
POM_FETCHER_BATCH_SIZE=100
208+
POM_FETCHER_CONCURRENCY=5

0 commit comments

Comments
 (0)