refactor: update worker commands and add new scripts for API rebuilding and queue feeding

This commit is contained in:
ImBenji
2026-04-27 15:03:15 +01:00
parent b4df02da0d
commit 04966fac55
21 changed files with 58 additions and 13 deletions
+7 -7
View File
@@ -13,30 +13,30 @@
},
"admin": {
"username": "admin",
"password": "changeme"
"password": ""
},
"database": {
"type": "sqlite",
"path": "./archive.sqlite",
"postgres": {
"connectionString": "postgresql://user:password@localhost:5432/duriin"
"connectionString": ""
}
},
"sec": {
"userAgent": "Augor benjamin.watt@imbenji.net",
"userAgent": "",
"tickers": []
},
"alphaVantage": {
"apiKey": "KJ68ZQEW0PF524UA",
"apiKey": "",
"tickers": []
},
"finnhub": {
"apiKey": "d7gg0h1r01qmqj4573sgd7gg0h1r01qmqj4573t0",
"apiKey": "",
"tickers": []
},
"openRouter": {
"enabled": true,
"apiKey": "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",
"apiKey": "",
"embeddingModel": "qwen/qwen3-embedding-8b",
"llmModel": "qwen/qwen3-235b-a22b-2507"
},
@@ -49,7 +49,7 @@
"lookbackWeeks": 312,
"requestDelayMs": 12000,
"maxWindowsPerRun": 4,
"bigQueryProject": "duriin",
"bigQueryProject": "",
"bigQueryKeyFile": "./gdelt-credentials.json"
},
"scheduler": {