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