|
@@ -1,5 +1,19 @@
|
|
|
{
|
|
|
"apps": [
|
|
|
+ {
|
|
|
+ "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/dz_word_async_error.log",
|
|
|
+ "out_file": "./logs/task_script/dz_word_async_out.log",
|
|
|
+ "merge_logs": true,
|
|
|
+ "exec_mode": "fork",
|
|
|
+ "autorestart": true
|
|
|
+ },
|
|
|
{
|
|
|
"name": "clear_fq_filter_data",
|
|
|
"script": "./task_script/clear_fq_filter_data.js",
|