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