Commit 2703af9c authored by 钱坤's avatar 钱坤

Merge remote-tracking branch 'origin/dev-0429-fund-nav-cache' into dev

parents 7810ed34 db708a78
......@@ -30,7 +30,7 @@ public class FundNavCacheJob {
@Value("${tanpu.fund.nav.cache.invoke.repeat:10}")
private int repeat;
@Scheduled(cron = "10 1 * * * ?")
@Scheduled(cron = "10 1/30 * * * ?")
public void execute() {
long start = System.currentTimeMillis();
String sign = DateUtils.format(DateUtils.nowDate()).replace(" ", "");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment