MCPcopy Index your code
hub / github.com/coleifer/huey / flush_schedule

Method flush_schedule

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

Source from the content-addressed store, hash-verified

937 return [i for i, in self.sql(sql, params, results=True)]
938
939 def flush_schedule(self):
940 self.sql('delete from schedule where queue = ?', (self.name,), True)
941
942 def put_data(self, key, value, is_result=False):
943 self.sql('insert or replace into kv (queue, key, value) '

Callers

nothing calls this directly

Calls 1

sqlMethod · 0.80

Tested by

no test coverage detected