-
-
Notifications
You must be signed in to change notification settings - Fork 11k
New issue
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
当某个job的glue_updatetime为NULL时,执行会失败 #3536
Comments
初始化SQL中,这个字段default NULL,是否可以调整 |
你完全可以自己修改表结构
|
|
Please answer some questions before submitting your issue. Thanks!
Which version of XXL-JOB do you using?
2.4.1
Expected behavior
任务执行成功
Actual behavior
页面提示执行成功,但查看调度日志,调度结果以及执行时间为空,调度备注显示“无”
查看日志提示空指针
Steps to reproduce the behavior
通过SQL插入xxl_job_info,但不指定glue_updatetime的值
无论通过接口调用或者页面上手动执行,都会有问题
去查看这个任务的信息也看不出问题,当点击保存之后,glue_updatetime有了值,就正常了
The text was updated successfully, but these errors were encountered: