
celery_config.py
About this file
Celery is used in flask application as an asynchronous task queue.
The Celery crontab is a time based job scheduler where schedules define the
intervals at which periodic tasks run.
'crontab' has several keyword arguments.
The keywords used in this file are 'minute', 'hour', 'day_of_week', 'day_of_month'
and 'month_of_year'.
Code Check Report
app/celery_config.py:15:10: E131 continuation line unaligned for hanging indent app/celery_config.py:15:10: E265 block comment should start with '# '
Documentation drawn from source code