jumpserver/apps/terminal/tasks.py

11 lines
146 B
Python
Raw Normal View History

2016-11-13 14:34:38 +00:00
# -*- coding: utf-8 -*-
#
2017-11-14 01:44:16 +00:00
from celery import shared_task
2016-11-13 14:34:38 +00:00
2017-11-14 01:44:16 +00:00
# Todo: 定期清理上报history
@shared_task
def clean_terminal_history():
pass