update scheduler configuration for news crawler and other sources
This commit is contained in:
+6
-6
@@ -652,11 +652,11 @@
|
||||
}
|
||||
},
|
||||
"scheduler": {
|
||||
"rss": "0 */6 * * *",
|
||||
"gdelt": "0 */6 * * *",
|
||||
"edgar": "15 0 * * *",
|
||||
"alphaVantage": "30 0 * * *",
|
||||
"finnhub": "45 0 * * *",
|
||||
"newsCrawler": "15 */12 * * *"
|
||||
"newsCrawler": "0 * * * *",
|
||||
"rss": "5 * * * *",
|
||||
"gdelt": "10 * * * *",
|
||||
"edgar": "15 * * * *",
|
||||
"alphaVantage": "20 * * * *",
|
||||
"finnhub": "25 * * * *"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user