Tasks ===== The ``transactions`` app ships a single Celery task -- the periodic graph regeneration that produces a per-transaction parent-child graph PNG stored as an :class:`~richy.core.models.Asset`. The full schedule and queue routing are in :doc:`/architecture/tasks`. Graph regeneration ------------------ .. autofunction:: richy.transactions.tasks.generate_graphs.__wrapped__