Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
Amazon-Selection-Data
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abel_cjy
Amazon-Selection-Data
Commits
79a384c1
Commit
79a384c1
authored
Jun 04, 2026
by
fangxingjun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
eb20857c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
wf_month_control.py
Pyspark_job/listen_program/wf_month_control.py
+4
-1
No files found.
Pyspark_job/listen_program/wf_month_control.py
View file @
79a384c1
...
...
@@ -63,6 +63,7 @@ ansible dabing_all -f 10 -m shell -a "nohup /usr/local/bin/python3 /mnt/py_spide
spider_script,
spider_is_ready,
spider_state,
kafka_state,
bg_name,
bg_dol_name,
bg_dol_state
...
...
@@ -78,6 +79,7 @@ ansible dabing_all -f 10 -m shell -a "nohup /usr/local/bin/python3 /mnt/py_spide
'{spider_script}',
'yes',
1,
1,
'{bg_name}',
'{bg_dol_name}',
1
...
...
@@ -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_script = VALUES(spider_script),
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}"
)
engine_mysql
.
execute
(
update_sql_workflow
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment