remove scheduler sync stock from tradingview
This commit is contained in:
@@ -36,7 +36,7 @@ public class StockNewTask {
|
|||||||
|
|
||||||
|
|
||||||
// @PostConstruct
|
// @PostConstruct
|
||||||
@Scheduled(cron = "0 01 22 * * ?")
|
// @Scheduled(cron = "0 01 22 * * ?")
|
||||||
public void syncStock() throws Exception {
|
public void syncStock() throws Exception {
|
||||||
try {
|
try {
|
||||||
int limit = 20000;
|
int limit = 20000;
|
||||||
|
|||||||
Reference in New Issue
Block a user