904118851 3 months ago
parent
commit
b878cffa96
3 changed files with 84 additions and 0 deletions
  1. 7 0
      logs/combined.log
  2. 7 0
      logs/out.log
  3. 70 0
      task_script.json

+ 7 - 0
logs/combined.log

@@ -1,3 +1,4 @@
+<<<<<<< HEAD
 2025-04-30T19:31:57: 
 2025-04-30T19:31:57: > heiyan@1.0.0 start
 2025-04-30T19:31:57: > node tg_factory_main.js
@@ -10,3 +11,9 @@
 2025-04-30T19:32:00:   genre: 3,
 2025-04-30T19:32:00:   publish_time: '2024-12-17 14:28:19'
 2025-04-30T19:32:00: }
+=======
+2025-04-30T19:14:22: 
+2025-04-30T19:14:22: > heiyan@1.0.0 start
+2025-04-30T19:14:22: > node tg_factory_main.js
+2025-04-30T19:14:22: 
+>>>>>>> 33ca783e199e24ae52743999a8741d9e693a1fec

+ 7 - 0
logs/out.log

@@ -1,3 +1,4 @@
+<<<<<<< HEAD
 2025-04-30T19:31:57: 
 2025-04-30T19:31:57: > heiyan@1.0.0 start
 2025-04-30T19:31:57: > node tg_factory_main.js
@@ -10,3 +11,9 @@
 2025-04-30T19:32:00:   genre: 3,
 2025-04-30T19:32:00:   publish_time: '2024-12-17 14:28:19'
 2025-04-30T19:32:00: }
+=======
+2025-04-30T19:14:22: 
+2025-04-30T19:14:22: > heiyan@1.0.0 start
+2025-04-30T19:14:22: > node tg_factory_main.js
+2025-04-30T19:14:22: 
+>>>>>>> 33ca783e199e24ae52743999a8741d9e693a1fec

+ 70 - 0
task_script.json

@@ -55,6 +55,76 @@
             "merge_logs": true,
             "exec_mode": "fork",
             "autorestart": true
+        },
+        {
+            "name": "sync_publish_time_fq",
+            "script": "./task_script/sync_publish_time_fq.js",
+            "node_args": "--max-old-space-size=8192 --expose-gc",
+            "max_memory_restart": "4G",
+            "args": ["--type=data"],
+            "cwd": "/home/tg_factory",
+            "log_date_format": "YYYY-MM-DD HH:mm:ss",
+            "error_file": "./logs/task_script/sync_publish_time_fq_error.log",
+            "out_file": "./logs/task_script/sync_publish_time_fq_out.log",
+            "merge_logs": true,
+            "exec_mode": "fork",
+            "autorestart": true
+        },
+        {
+            "name": "sync_publish_time_hy",
+            "script": "./task_script/sync_publish_time_hy.js",
+            "node_args": "--max-old-space-size=8192 --expose-gc",
+            "max_memory_restart": "4G",
+            "args": ["--type=data"],
+            "cwd": "/home/tg_factory",
+            "log_date_format": "YYYY-MM-DD HH:mm:ss",
+            "error_file": "./logs/task_script/sync_publish_time_hy_error.log",
+            "out_file": "./logs/task_script/sync_publish_time_hy_out.log",
+            "merge_logs": true,
+            "exec_mode": "fork",
+            "autorestart": true
+        },
+        {
+            "name": "sync_publish_time_qm",
+            "script": "./task_script/sync_publish_time_qm.js",
+            "node_args": "--max-old-space-size=8192 --expose-gc",
+            "max_memory_restart": "4G",
+            "args": ["--type=data"],
+            "cwd": "/home/tg_factory",
+            "log_date_format": "YYYY-MM-DD HH:mm:ss",
+            "error_file": "./logs/task_script/sync_publish_time_qm_error.log",
+            "out_file": "./logs/task_script/sync_publish_time_qm_out.log",
+            "merge_logs": true,
+            "exec_mode": "fork",
+            "autorestart": true
+        },
+        {
+            "name": "sync_publish_time_yw",
+            "script": "./task_script/sync_publish_time_yw.js",
+            "node_args": "--max-old-space-size=8192 --expose-gc",
+            "max_memory_restart": "4G",
+            "args": ["--type=data"],
+            "cwd": "/home/tg_factory",
+            "log_date_format": "YYYY-MM-DD HH:mm:ss",
+            "error_file": "./logs/task_script/sync_publish_time_yw_error.log",
+            "out_file": "./logs/task_script/sync_publish_time_yw_out.log",
+            "merge_logs": true,
+            "exec_mode": "fork",
+            "autorestart": true
+        },
+        {
+            "name": "sync_publish_time_zh",
+            "script": "./task_script/sync_publish_time_zh.js",
+            "node_args": "--max-old-space-size=8192 --expose-gc",
+            "max_memory_restart": "4G",
+            "args": ["--type=data"],
+            "cwd": "/home/tg_factory",
+            "log_date_format": "YYYY-MM-DD HH:mm:ss",
+            "error_file": "./logs/task_script/sync_publish_time_zh_error.log",
+            "out_file": "./logs/task_script/sync_publish_time_zh_out.log",
+            "merge_logs": true,
+            "exec_mode": "fork",
+            "autorestart": true
         }
     ]
 }