|
|
@@ -844,7 +844,7 @@ public class AppConfiguration {
|
|
|
taskLog.info("[ConversionSync] task stopped");
|
|
|
}
|
|
|
|
|
|
- @Scheduled(cron = "0 17 1,7,9,11,16,20,23 * * ?")
|
|
|
+ @Scheduled(cron = "0 17 1,6,8,10,12,16,20,23 * * ?")
|
|
|
public void runDelayedConversionSync() {
|
|
|
if (conversionSyncRunner == null || !props.isConversionSyncEnabled()) {
|
|
|
return;
|