-
Notifications
You must be signed in to change notification settings - Fork 167
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
创建按日和按月结合的定时任务,cpu会出现使用率占满的情况 #52
Comments
你上面那个图没选日月吗。右边的最近运行时间全是相同的 |
选了日和月,6月和12月的15日运行,没选周,年是每年。 |
@Gerrylinux 能发下最后生成的完整cronexpr表达式吗?在选择日期的右边是最近运行的时间,我看你那个图最近运行的时间都是相同的,可能某些地方有bug。你先发给我看下吧 |
日志里有error吗 |
这是启动后的error 日志。 |
redis 测试后可连接的,这块导致 把服务器 cpu资源全部占用 |
如果redis正常不会产生timeout,你用 telnet 127.0.0.1 6379 后输入ping 看下是不是有返回Pong |
这个redis的日志错误和cpu 资源耗尽,是新部署后的大约四五天的时间,晚上12点整,突然暴增, |
之前采用容器化部署后产生的问题,这次更换成二进制后,运行了2天,暂时没有发现问题。 |
请问是否在生产环境使用 |
00 22 18 19 12 ? 2022-2022 |
调试了下,发现以下问题;不过不太熟Golang... 不知道作者还维护么
|
创建的任务时间。
刚创建成功后,master 服务的cpu会立马占用所有资源
将任务设置停止调度时,cpu会占用在170%左右。
删除该任务,cpu资源立马释放。
The text was updated successfully, but these errors were encountered: