|
@@ -215,7 +215,9 @@ public class ProfilerOffsetServiceImpl extends ServiceImpl<ProfilerOffsetMapper,
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
- @Scheduled(cron = "0 0 23 ? * FRI")
|
|
|
|
|
|
|
+// @Scheduled(cron = "0 0 23 ? * FRI")
|
|
|
|
|
+ //每周一18:30
|
|
|
|
|
+ @Scheduled(cron = "0 30 18 ? * MON")
|
|
|
public void push() {
|
|
public void push() {
|
|
|
String url = "/data/openapi/v1/push";
|
|
String url = "/data/openapi/v1/push";
|
|
|
|
|
|