Skip to content

Commit

Permalink
remove queue
Browse files Browse the repository at this point in the history
  • Loading branch information
clkao committed Apr 24, 2018
1 parent 1f3f63c commit 8832e41
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kubespawner/reflector.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ class NamespacedResourceReflector(LoggingConfigurable):
"""
)

queue = None

api_group_name = Unicode(
'CoreV1Api',
help="""
Expand Down Expand Up @@ -172,8 +170,6 @@ def _watch_and_update(self):
else:
# This is an atomic operation on the dictionary!
self.resources[resource.metadata.name] = resource
if self.queue:
self.queue.put(resource)
if self._stop_event.is_set():
break

Expand Down

0 comments on commit 8832e41

Please sign in to comment.