Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ chunks
Function
chunks
celery/app/builtins.py:128–129 ·
view source on GitHub ↗
(task, it, n)
Source
from the content-addressed store, hash-verified
126
127
@app.task(name=
'celery.chunks'
, shared=False, lazy=False)
128
def
chunks(task, it, n):
129
return
_chunks.apply_chunks(task, it, n)
130
return
chunks
131
132
Callers
1
chunks
Method · 0.90
Calls
1
apply_chunks
Method · 0.80
Tested by
no test coverage detected