MCPcopy Create free account
hub / github.com/alephdata/aleph / process

Method process

aleph/worker.py:138–143  ·  view source on GitHub ↗
(self, blocking=True)

Source from the content-addressed store, hash-verified

136 super().on_signal(signal, _)
137
138 def process(self, blocking=True):
139 if blocking:
140 with app.app_context():
141 self.process_blocking()
142 else:
143 self.process_nonblocking()
144
145 def periodic(self):
146 with app.app_context():

Callers 1

queue_taskFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected