|
|
@@ -42,7 +42,7 @@ public class SynTagTask {
|
|
|
/**
|
|
|
* 导出任务,单进程
|
|
|
*/
|
|
|
- @Scheduled(cron="0 35 3,16,20 * * *")
|
|
|
+ @Scheduled(cron="0 50 3,11,16,20 * * *")
|
|
|
public void execute() {
|
|
|
System.out.println("执行typer同步任务,当前时间"+(new Date())+",当前长度"+redisUtil.lGetListSize(JobContactEmployee.QUEUE_KEY));
|
|
|
workContactEmployeeService.getCronHubPageList();
|