|
@@ -1127,7 +1127,7 @@ public class XxlJobService {
|
|
|
}
|
|
|
|
|
|
// @XxlJob("ContentPreFilterJob")
|
|
|
- @Scheduled(cron = "0 0 1 * * ?")
|
|
|
+ @Scheduled(cron = "0 0 2 * * ?")
|
|
|
public ReturnT<String> gzhWaitingPublishContentPreFilter() {
|
|
|
boolean lockAcquired = false;
|
|
|
String lockKey = "ContentPreFilterJobLock-";
|