We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
elastic-job-lite-console 版本:2.0.3 操作前状态:运行状态 现象:在管理后台点击“失效”按钮,前台返回操作成功,但是后台任务还在执行,已确认和任务逻辑无关,Job里面什么逻辑都不写也是一样。
The text was updated successfully, but these errors were encountered:
遇到同样的问题,我是用代码创建的JOB ,不是spring 配置 LiteJobConfiguration liteJobConfiguration = LiteJobConfiguration.newBuilder(jobConfiguration) .overwrite(true) .disabled(true) .monitorExecution(false) .build();
LiteJobConfiguration liteJobConfiguration = LiteJobConfiguration.newBuilder(jobConfiguration) .overwrite(true) .disabled(true) .monitorExecution(false) .build();
部署后,即使disabled ,任务也会自动执行,必须shutdown任务才能停止。
版本: 2.0.3
Sorry, something went wrong.
71f278d
No branches or pull requests
elastic-job-lite-console 版本:2.0.3
操作前状态:运行状态
现象:在管理后台点击“失效”按钮,前台返回操作成功,但是后台任务还在执行,已确认和任务逻辑无关,Job里面什么逻辑都不写也是一样。
The text was updated successfully, but these errors were encountered: