Skip to content

Commit

Permalink
addressing wording
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanElsaban committed Jan 29, 2024
1 parent b111843 commit 979f1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tron/kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 979f1da

Please sign in to comment.