Task Processing =============== Background tasks are processed via Celery with Redis as broker and result backend. .. toctree:: :maxdepth: 2 task_definitions task_handlers Starting the Worker ------------------- .. code-block:: bash celery -A ai4drpm.tasks.celery_worker:celery_app worker -l info .. automodule:: ai4drpm.tasks.celery_worker :members: :undoc-members: