Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ send_task
Method
send_task
celery/beat.py:420–421 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
418
self._do_sync()
419
420
def
send_task(self, *args, **kwargs):
421
return
self.app.send_task(*args, **kwargs)
422
423
def
setup_schedule(self):
424
self.install_default_entries(self.data)
Callers
2
test_send_task
Method · 0.95
apply_async
Method · 0.95
Calls
no outgoing calls
Tested by
1
test_send_task
Method · 0.76