fix - 添加节点告警逻辑
This commit is contained in:
parent
7c60c3c179
commit
0600c5c65b
@ -1,5 +1,6 @@
|
||||
package cn.axzo.workflow.server.common.config;
|
||||
|
||||
import cn.azxo.framework.common.annotation.OnlyPodsEnvironment;
|
||||
import com.xxl.job.core.executor.impl.XxlJobSpringExecutor;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
@ -13,7 +14,7 @@ import org.springframework.context.annotation.Configuration;
|
||||
* @author wangli
|
||||
* @since 2024/4/28 14:02
|
||||
*/
|
||||
//@OnlyPodsEnvironment
|
||||
@OnlyPodsEnvironment
|
||||
@Configuration
|
||||
public class XxlJobConfiguration {
|
||||
Logger logger = LoggerFactory.getLogger(XxlJobConfiguration.class);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user