Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coleifer/huey
/ add
Method
add
huey/tests/test_api.py:171–172 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
169
def
test_schedule_s(self):
170
@self.huey.task()
171
def
add(a, b):
172
return
a + b
173
174
task = add.s(1, 2, delay=10)
175
task = task.then(add, 3, delay=20)
Callers
8
_execute
Method · 0.45
flush_locks
Method · 0.45
__init__
Method · 0.45
crontab
Function · 0.45
enqueue
Method · 0.45
add_to_schedule
Method · 0.45
put_if_empty
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected