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": {
|
"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 * * * *"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue