celery_worker.py

About this file

This file creates an application that allows celery tasks.

Code Check Report


celery_worker.py:8:1: F401 'app.celery' imported but unused
                        

Documentation drawn from source code


.. module:: celery_worker

:synopsis: Process that runs celery tasks in the application

Source code