refactor content fetching and embedding processes for improved concurrency and error handling
This commit is contained in:
+10
-3
@@ -43,11 +43,18 @@
|
||||
"googleNews": "0 * * * *"
|
||||
},
|
||||
"contentBackfill": {
|
||||
"concurrency": 100,
|
||||
"perSource": 50
|
||||
"workers": 3,
|
||||
"perSource": 50,
|
||||
"batchSize": 25,
|
||||
"plainConcurrency": 50,
|
||||
"browserConcurrency": 8
|
||||
},
|
||||
"embeddingBackfill": {
|
||||
"perRound": 256,
|
||||
"batchSize": 16
|
||||
},
|
||||
"browser": {
|
||||
"maxConcurrentPages": 25
|
||||
"maxConcurrentPages": 8
|
||||
},
|
||||
"googleNews": {
|
||||
"queries": [
|
||||
|
||||
Reference in New Issue
Block a user