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

Method execute_next

huey/tests/base.py:32–35  ·  view source on GitHub ↗
(self, timestamp=None)

Source from the content-addressed store, hash-verified

30 return MemoryHuey(utc=False)
31
32 def execute_next(self, timestamp=None):
33 task = self.huey.dequeue()
34 self.assertTrue(task is not None)
35 return self.huey.execute(task, timestamp=timestamp)
36
37 def trap_exception(self, fn, exc_type=TaskException):
38 try:

Callers 15

test_signals_simpleMethod · 0.80
test_signals_on_retryMethod · 0.80
test_signals_revokedMethod · 0.80
test_signals_lockedMethod · 0.80
test_signal_expiredMethod · 0.80
test_signal_timeoutMethod · 0.80
test_signals_chordMethod · 0.80
test_specific_handlerMethod · 0.80
test_multi_handlersMethod · 0.80

Calls 2

dequeueMethod · 0.45
executeMethod · 0.45

Tested by 15

test_signals_simpleMethod · 0.64
test_signals_on_retryMethod · 0.64
test_signals_revokedMethod · 0.64
test_signals_lockedMethod · 0.64
test_signal_expiredMethod · 0.64
test_signal_timeoutMethod · 0.64
test_signals_chordMethod · 0.64
test_specific_handlerMethod · 0.64
test_multi_handlersMethod · 0.64