Basically the use case.
We've got a few jobs doing:
loop {
retry(10) {
withCredetials {
... some code. that takes about 10ms. or less
}
}
}
It's eating up 100% CPU on the master. I suspect we have other(s)/cases
of people doing things like this and I'm trying to add a way to detect the
high CPU usage via my plugin.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-dev/b79274ed-e0d3-4503-aa4d-a245e15def6en%40googlegroups.com.