Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ close
Method
close
celery/beat.py:603–605 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
601
self._store.sync()
602
603
def
close(self):
604
self.sync()
605
self._store.close()
606
607
@property
608
def
info(self):
Callers
nothing calls this directly
Calls
2
sync
Method · 0.95
close
Method · 0.45
Tested by
no test coverage detected