|
@@ -1,15 +1,15 @@
|
|
|
{
|
|
|
"apps": [
|
|
|
{
|
|
|
- "name": "async_filter_data",
|
|
|
- "script": "./task_script/async_filter_data.js",
|
|
|
+ "name": "dz_word_async",
|
|
|
+ "script": "./task_script/dz_word_async.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/async_filter_data_error.log",
|
|
|
- "out_file": "./logs/task_script/async_filter_data_out.log",
|
|
|
+ "error_file": "./logs/task_script/dz_word_async_error.log",
|
|
|
+ "out_file": "./logs/task_script/dz_word_async_out.log",
|
|
|
"merge_logs": true,
|
|
|
"exec_mode": "fork",
|
|
|
"autorestart": true
|