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
如果执行任务的过程中涉及到数值转化之类的异常,直接抛出交由xxljob处理时,因为xxljob直接对错误的堆栈进行读写,然后以字符串的形式进行存储。后续处理结果时通过该数据进行序列化时会因为存在转义符导致异常从而无法结束任务。
这里是否需要针对异常堆栈信息做一次序列化?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如果执行任务的过程中涉及到数值转化之类的异常,直接抛出交由xxljob处理时,因为xxljob直接对错误的堆栈进行读写,然后以字符串的形式进行存储。后续处理结果时通过该数据进行序列化时会因为存在转义符导致异常从而无法结束任务。
这里是否需要针对异常堆栈信息做一次序列化?
The text was updated successfully, but these errors were encountered: