diff --git a/tron/kubernetes.py b/tron/kubernetes.py index 316cc0888..013a321ad 100644 --- a/tron/kubernetes.py +++ b/tron/kubernetes.py @@ -357,7 +357,7 @@ def handle_next_event(self, _=None) -> None: if self.deferred is None: log.warning("Unable to get a handler for next event in queue - this should never happen!") # TODO: figure out how to recover if we were unable to get a handler - # Not adding a callback is very bad here as this means we will never handle this event + # Not adding a callback is very bad here as this means we will never handle future events # we want to process the event we just popped off the queue, but we also want # to form a sort of event loop, so we add two callbacks: # * one to actually deal with the event