-
Notifications
You must be signed in to change notification settings - Fork 86
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
fix: timeout handler not work #430
Conversation
elrrrrrrr
commented
Mar 29, 2023
- 🛡️ Added try-catch statements in TaskTimeoutHandler.
- 🚧 Restricted updates to the primary key when updating the model in ModelConvertor.
- 🛡️ TaskTimeoutHandler 统一添加 try-catch
- 🚧 ModelConvertor 更新模型时,统一限制不允许更新主键
Codecov Report
@@ Coverage Diff @@
## master #430 +/- ##
==========================================
- Coverage 97.26% 97.09% -0.18%
==========================================
Files 156 156
Lines 13983 13997 +14
Branches 1790 1792 +2
==========================================
- Hits 13601 13590 -11
- Misses 382 407 +25
... and 2 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
ab59abe
to
dca4552
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM