Add scdf-python-app. fix polyglot-python-task issue
This commit is contained in:
11
dataflow-website/recipes/polyglot/scdf-python-app/test.py
Normal file
11
dataflow-website/recipes/polyglot/scdf-python-app/test.py
Normal file
@@ -0,0 +1,11 @@
|
||||
#
|
||||
import time
|
||||
|
||||
from util.actuator import Actuator
|
||||
from util.arguments import get_env_info
|
||||
|
||||
Actuator.start(9191, get_env_info())
|
||||
#
|
||||
print('OK')
|
||||
time.sleep(10000)
|
||||
print('STOPPED')
|
||||
Reference in New Issue
Block a user