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