factory/apps/monitor/tasks.py

5 lines
153 B
Python

# Create your tasks here
from __future__ import absolute_import, unicode_literals
from apps.utils.tasks import CustomTask
from celery import shared_task