Skip to content
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

feat : 新增任务超时时间控制 以及 bug fix #77

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

marunrun
Copy link

增加executor.ctx executor.cancel 控制执行器的退出, 并增加执行器退出等待时间
执行器退出之后 不需要再重复注册执行器了

增加ctx.Done()监听 执行超时之后 主动回调

修复同时执行同名任务, 共用一个task指针会任务回调的错误

增加executor.ctx   executor.cancel  控制执行器的退出, 并增加执行器退出等待时间
执行器退出之后 不需要再重复注册执行器了

增加ctx.Done()监听  执行超时之后 主动回调

修复同时执行同名任务, 共用一个task指针会任务回调的错误
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant