mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-28 17:50:56 +01:00
7 lines
130 B
Python
7 lines
130 B
Python
class ActionType:
|
|
APP = 'app'
|
|
FLOWER = 'flower'
|
|
WORKER = 'worker'
|
|
SCHEDULER = 'scheduler'
|
|
RUN_ALL = 'run_all'
|