Task registry. Warning: Accessing this attribute will also auto-finalize the app.
(self)
| 1512 | |
| 1513 | @cached_property |
| 1514 | def tasks(self): |
| 1515 | """Task registry. |
| 1516 | |
| 1517 | Warning: |
| 1518 | Accessing this attribute will also auto-finalize the app. |
| 1519 | """ |
| 1520 | self.finalize(auto=True) |
| 1521 | return self._tasks |
| 1522 | |
| 1523 | @property |
| 1524 | def producer_pool(self): |