We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67600eb commit 4dc17daCopy full SHA for 4dc17da
src/main/java/org/csanchez/jenkins/plugins/kubernetes/pod/retention/Reaper.java
@@ -103,7 +103,7 @@ public void maybeActivate() {
103
}
104
105
106
- private synchronized void activate() {
+ private void activate() {
107
LOGGER.fine("Activating reaper");
108
// First check all existing nodes to see if they still have active pods.
109
// (We may have missed deletion events while Jenkins was shut off,
0 commit comments