brocaar commented on issue #1493: URL: https://github.com/apache/answer/issues/1493#issuecomment-3839971859
@LinkinStars it is back at 99% CPU. However, I can not find anything in the logs that might point to the cause.... The only additional logs I see with `DEBUG` are: ``` DEBUG router/ui.go:68 open static path build/static/js/ ..... ``` and ``` DEBUG rank/rank_service.go:255 user XXX want to do action .... ``` I see you released a v2, which also solves two other issues that I reported. I will try upgrade to that version and continue my testing. From the logs, I see there is a kind of cron scheduler that schedules periodic tasks. I have not looked at the implementation, but could it be that one of these tasks gets stuck, keeps retrying, then the scheduler schedules a new duplicate cron task meaning that there are now two tasks retrying, shortly after three and so on...? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
