jumpserver/apps/terminal/tasks.py
2017-12-01 17:28:47 +08:00

11 lines
146 B
Python

# -*- coding: utf-8 -*-
#
from celery import shared_task
# Todo: 定期清理上报history
@shared_task
def clean_terminal_history():
pass