MCPcopy Create free account
hub / github.com/coleifer/huey / flush_counters

Method flush_counters

huey/storage.py:705–708  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

703 self.conn.delete(*keys)
704
705 def flush_counters(self):
706 keys = list(self._counter_keys())
707 if keys:
708 self.conn.delete(*keys)
709
710
711class RedisPriorityQueue(object):

Callers

nothing calls this directly

Calls 2

_counter_keysMethod · 0.95
deleteMethod · 0.80

Tested by

no test coverage detected