You've already forked DataMate
init datamate
This commit is contained in:
6
runtime/python-executor/datamate/scheduler/__init__.py
Normal file
6
runtime/python-executor/datamate/scheduler/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from .cmd_task_scheduler import CommandScheduler
|
||||
from .func_task_scheduler import CallableScheduler
|
||||
|
||||
|
||||
cmd_scheduler = CommandScheduler(max_concurrent=5)
|
||||
func_scheduler = CallableScheduler(max_concurrent=5)
|
||||
Reference in New Issue
Block a user