Embeddable worker. See Also: :class:`~@WorkController`.
(self, **kwargs)
| 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): |