Commit 79a384c1 by fangxingjun

no message

parent eb20857c
...@@ -63,6 +63,7 @@ ansible dabing_all -f 10 -m shell -a "nohup /usr/local/bin/python3 /mnt/py_spide ...@@ -63,6 +63,7 @@ ansible dabing_all -f 10 -m shell -a "nohup /usr/local/bin/python3 /mnt/py_spide
spider_script, spider_script,
spider_is_ready, spider_is_ready,
spider_state, spider_state,
kafka_state,
bg_name, bg_name,
bg_dol_name, bg_dol_name,
bg_dol_state bg_dol_state
...@@ -78,6 +79,7 @@ ansible dabing_all -f 10 -m shell -a "nohup /usr/local/bin/python3 /mnt/py_spide ...@@ -78,6 +79,7 @@ ansible dabing_all -f 10 -m shell -a "nohup /usr/local/bin/python3 /mnt/py_spide
'{spider_script}', '{spider_script}',
'yes', 'yes',
1, 1,
1,
'{bg_name}', '{bg_name}',
'{bg_dol_name}', '{bg_dol_name}',
1 1
...@@ -87,7 +89,8 @@ ansible dabing_all -f 10 -m shell -a "nohup /usr/local/bin/python3 /mnt/py_spide ...@@ -87,7 +89,8 @@ ansible dabing_all -f 10 -m shell -a "nohup /usr/local/bin/python3 /mnt/py_spide
spider_is_ready = VALUES(spider_is_ready), spider_is_ready = VALUES(spider_is_ready),
spider_script = VALUES(spider_script), spider_script = VALUES(spider_script),
bg_dol_state = VALUES(bg_dol_state), bg_dol_state = VALUES(bg_dol_state),
spider_state = VALUES(spider_state); spider_state = VALUES(spider_state),
kafka_state = VALUES(kafka_state);
""" """
print(f"workflow_manager进度表---重置进度: {update_sql_workflow}") print(f"workflow_manager进度表---重置进度: {update_sql_workflow}")
engine_mysql.execute(update_sql_workflow) engine_mysql.execute(update_sql_workflow)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment