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