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
hi, 目前已知同一个task还没执行完毕,RunNowTask会返回false. 但是如何确认失败原因是不是由于task正在运行的缘故
@2881099
The text was updated successfully, but these errors were encountered:
true 的情况,再看 log
Sorry, something went wrong.
不太理解,求说明
我自己的实现方式是,增加一个表标记task的Excuting状态。在OnExecuting和OnExecuted的hook中增加这个字段值的设置
这样可以用来查询是否正在执行
TaskLog 在 OnExecuted 事件中,或者查询数据库
No branches or pull requests
hi,
目前已知同一个task还没执行完毕,RunNowTask会返回false. 但是如何确认失败原因是不是由于task正在运行的缘故
@2881099
The text was updated successfully, but these errors were encountered: