MCPcopy
hub / github.com/celery/celery / WorkController

Method WorkController

celery/app/base.py:1352–1358  ·  view source on GitHub ↗

Embeddable worker. See Also: :class:`~@WorkController`.

(self, **kwargs)

Source from the content-addressed store, hash-verified

1350
1351 @cached_property
1352 def WorkController(self, **kwargs):
1353 """Embeddable worker.
1354
1355 See Also:
1356 :class:`~@WorkController`.
1357 """
1358 return self.subclass_with_self('celery.worker:WorkController')
1359
1360 @cached_property
1361 def Beat(self, **kwargs):

Callers 8

LoopConsumerMethod · 0.80
create_workerMethod · 0.80
test_on_timer_errorMethod · 0.80
test_on_timer_tickMethod · 0.80
bench_workFunction · 0.80
bootstepsFunction · 0.80

Calls 1

subclass_with_selfMethod · 0.95

Tested by 6

LoopConsumerMethod · 0.64
create_workerMethod · 0.64
test_on_timer_errorMethod · 0.64
test_on_timer_tickMethod · 0.64