How to debug hanging renovate process? #33942
Unanswered
buffcode
asked this question in
Request Help
Replies: 1 comment 1 reply
-
I don't know the nature of the slowness/hang, but https://docs.renovatebot.com/opentelemetry/ might be helpful? I recently was able to use it and in my case identify that calls to a specific artifactory instance took a minute each. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
GitLab, renovate/renovate:39
Please tell us more about your question or problem
Multiple times a day the renovate process just stalls and doesn't progress any further for hours. I limited the repositories to two small ones but still cannot get it to run constantly.
I'm running Renovate on
trace
logging already but it's not helpful in understanding why the process is stalled or what's currently happening.I've attached the Node debugger, but when pausing, after a short delay it only jumps to
node:internal/timers
, so there doesn't seem to be any code running any more.Logs (if relevant)
Logs (last line logged)
Beta Was this translation helpful? Give feedback.
All reactions