xtn-tools-pro 1.0.0.4.7__tar.gz → 1.0.0.4.9__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {xtn-tools-pro-1.0.0.4.7/xtn_tools_pro.egg-info → xtn-tools-pro-1.0.0.4.9}/PKG-INFO +1 -1
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/setup.py +1 -1
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/xtn_tools_pro/task_pro/go_fun.py +7 -47
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9/xtn_tools_pro.egg-info}/PKG-INFO +1 -1
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/LICENSE +0 -0
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/README.md +0 -0
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/setup.cfg +0 -0
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/xtn_tools_pro/__init__.py +0 -0
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/xtn_tools_pro/db/MongoDB.py +0 -0
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/xtn_tools_pro/db/MysqlDB.py +0 -0
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/xtn_tools_pro/db/RedisDB.py +0 -0
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/xtn_tools_pro/db/__init__.py +0 -0
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/xtn_tools_pro/proxy/XiaoXiangProxy.py +0 -0
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/xtn_tools_pro/proxy/__init__.py +0 -0
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/xtn_tools_pro/proxy/proxy.py +0 -0
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/xtn_tools_pro/task_pro/__init__.py +0 -0
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/xtn_tools_pro/tools.py +0 -0
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/xtn_tools_pro/utils/__init__.py +0 -0
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/xtn_tools_pro/utils/crypto.py +0 -0
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/xtn_tools_pro/utils/file_utils.py +0 -0
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/xtn_tools_pro/utils/helpers.py +0 -0
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/xtn_tools_pro/utils/log.py +0 -0
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/xtn_tools_pro/utils/retry.py +0 -0
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/xtn_tools_pro/utils/sql.py +0 -0
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/xtn_tools_pro/utils/time_utils.py +0 -0
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/xtn_tools_pro.egg-info/SOURCES.txt +0 -0
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/xtn_tools_pro.egg-info/dependency_links.txt +0 -0
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/xtn_tools_pro.egg-info/requires.txt +0 -0
- {xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/xtn_tools_pro.egg-info/top_level.txt +0 -0
@@ -101,54 +101,14 @@ class GoFun:
|
|
101
101
|
time.sleep(10)
|
102
102
|
for p in processes_list:
|
103
103
|
# 检查子进程是否存活
|
104
|
-
logger.info(f"{p.is_alive()} {p.name} {p.pid} {p}")
|
105
104
|
if not p.is_alive():
|
106
|
-
print(f"
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
# new_p.start()
|
114
|
-
#
|
115
|
-
# time.sleep(10)
|
116
|
-
|
117
|
-
# download_task_process.join()
|
118
|
-
|
119
|
-
|
120
|
-
# download_task_process = multiprocessing.Process(target=self._download_and_upload_task,
|
121
|
-
# name="_download_and_upload_task",
|
122
|
-
# args=(download_queue, upload_queue, proxies_dict,
|
123
|
-
# self.__ini_info, logger))
|
124
|
-
# processes_list.append(download_task_process)
|
125
|
-
# download_task_process.start()
|
126
|
-
|
127
|
-
# # 根据配置启动任务
|
128
|
-
# if go_task_function:
|
129
|
-
# go_task_fun_process = multiprocessing.Process(target=self._go_task_fun_task,
|
130
|
-
# name="_go_task_fun_task",
|
131
|
-
# args=(download_queue, upload_queue, proxies_dict,
|
132
|
-
# self.__ini_info, go_task_function, logger))
|
133
|
-
# processes_list.append(go_task_fun_process)
|
134
|
-
# go_task_fun_process.start()
|
135
|
-
|
136
|
-
# while True:
|
137
|
-
# time.sleep(11)
|
138
|
-
# for p in processes_list:
|
139
|
-
# # 检查子进程是否存活
|
140
|
-
# logger.info(f"{p.is_alive()} {p.name} {p.pid} {p}")
|
141
|
-
# if not p.is_alive():
|
142
|
-
# print(f"Worker {p.name} is dead. Restarting...")
|
143
|
-
# 进程死掉,重新启动
|
144
|
-
# processes.remove(p)
|
145
|
-
# new_p = multiprocessing.Process(target=worker, args=(f"Worker-{len(processes) + 1}",))
|
146
|
-
# processes.append(new_p)
|
147
|
-
# new_p.start()
|
148
|
-
|
149
|
-
# time.sleep(10)
|
150
|
-
|
151
|
-
# download_task_process.join()
|
105
|
+
print(f"{p.is_alive()} {p.name} {p.pid}")
|
106
|
+
processes_list.remove(p)
|
107
|
+
p_item = processes_item_info[p.name]
|
108
|
+
task_process = multiprocessing.Process(target=p_item["target"], name=p_item["name"],
|
109
|
+
args=p_item["args"])
|
110
|
+
processes_list.append(task_process)
|
111
|
+
task_process.start()
|
152
112
|
|
153
113
|
def __get_external_ip(self, logger):
|
154
114
|
"""
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{xtn-tools-pro-1.0.0.4.7 → xtn-tools-pro-1.0.0.4.9}/xtn_tools_pro.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|