update scheduler configuration for news crawler and other sources
This commit is contained in:
parent
77db05a555
commit
ed108a1959
1 changed files with 6 additions and 6 deletions
12
config.json
12
config.json
|
|
@ -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 * * * *"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue