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
建议加入定时调整线程池参数功能。
无
需求场景如下: 公司在某个时间段(比如早上9点30 ~ 11点30)业务量大,业务代码暂无法优化的情况下通过手动调整线程池参数,这样每天的工作会变得重复(虽然动动指头可能花3分钟左右时间手动调整)。可以新增定时任务功能,使用者设定好定时频率和对应的参数,到点自动执行,这样在无人值守的时候会有很大的用处。
望采纳,谢谢~
The text was updated successfully, but these errors were encountered:
我觉得这是个很好的创意,如果有感兴趣的同学可以一起参与。
Sorry, something went wrong.
可以尝试先实现线程池参数配置组的功能,再尝试与定时任务的融合。毕竟公司一般有自己的定时任务调度框架,可能还要考虑与定时任务框架整合在一起。(小白发言)
@magestacks 我感兴趣
welcome
Sakuragi27
No branches or pull requests
需求建议
建议加入定时调整线程池参数功能。
您的功能请求是否与问题有关?
无
描述你想要的功能
需求场景如下:
公司在某个时间段(比如早上9点30 ~ 11点30)业务量大,业务代码暂无法优化的情况下通过手动调整线程池参数,这样每天的工作会变得重复(虽然动动指头可能花3分钟左右时间手动调整)。可以新增定时任务功能,使用者设定好定时频率和对应的参数,到点自动执行,这样在无人值守的时候会有很大的用处。
望采纳,谢谢~
The text was updated successfully, but these errors were encountered: