add worker event tracking; implement worker rates display in admin panel

This commit is contained in:
ImBenji 2026-04-23 17:31:29 +01:00
parent e10de8fcec
commit 95b15c8d80

View file

@ -57,15 +57,15 @@
"googleNews": "0 * * * *"
},
"contentBackfill": {
"workers": 3,
"perSource": 50,
"batchSize": 25,
"plainConcurrency": 50,
"browserConcurrency": 8
"workers": 8,
"perSource": 200,
"batchSize": 50,
"plainConcurrency": 80,
"browserConcurrency": 12
},
"embeddingBackfill": {
"perRound": 256,
"batchSize": 128
"perRound": 512,
"batchSize": 256
},
"browser": {
"maxConcurrentPages": 8