tasks.py 198 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 # -*- coding: utf-8 -*- # from celery import shared_task CACHE_REFRESH_INTERVAL = 10 RUNNING = False # Todo: 定期清理上报history @shared_task def clean_terminal_history(): pass