13804: Update comments for comments for "consecutive_idle_count"
[arvados.git] / services / nodemanager / arvnodeman / computenode / dispatch / __init__.py
index 30ca16805d50690f923c2d6223d17d25341e7365..bdc179587cc803f7ec7f4c3f0b939d4f019b2d69 100644 (file)
@@ -458,7 +458,7 @@ class ComputeNodeMonitorActor(config.actor_class):
             boot_grace = "boot exceeded"
 
         if crunch_worker_state == "idle":
-            # Must report as "idle" at least two consecutive times
+            # Must report as "idle" at least "consecutive_idle_count" times
             if self.consecutive_idle < self.consecutive_idle_count:
                 idle_grace = 'idle wait'
             else: