Files
crawlab/crawlab/constants/manage.py
2019-03-09 14:05:14 +08:00

7 lines
130 B
Python

class ActionType:
APP = 'app'
FLOWER = 'flower'
WORKER = 'worker'
SCHEDULER = 'scheduler'
RUN_ALL = 'run_all'