feat: 发布v0.4.2,新增进程池模式支持 - #97
Open
longtsing wants to merge 1 commit into
Open
Conversation
此版本主要更新内容: 1. 新增executor_pool_type配置,支持进程池模式执行同步任务,解决长时间任务阻塞事件循环导致执行器离线的问题 2. 优化网络IP获取逻辑,适配macOS系统获取真实IP 3. 优化日志格式,添加进程ID便于调试 4. 优化DiskLog.get_logs和RedisLog.read_task_logs方法,提升异步性能避免阻塞事件循环 5. 修复prometheus监控适配进程池模式的问题 6. 新增进程池模式示例文件和单元测试 7. 更新CHANGELOG和文档说明
Owner
|
Please resolve the conflict before updating PR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
此版本主要更新内容: