Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit d15b108

Browse files
committed
feat: enhanced error handling, fixed tls/ssl/non-tls retries
1 parent a42e014 commit d15b108

File tree

4 files changed

+189
-129
lines changed

4 files changed

+189
-129
lines changed

ecosystem.json

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,6 @@
99
"env_production": {
1010
"NODE_ENV": "production",
1111
"SMTP_PORT": "3025",
12-
"IS_NOT_SECURE": "true",
13-
"IS_SILENT": "true"
14-
}
15-
},
16-
{
17-
"name": "smtps",
18-
"script": "app.js",
19-
"exec_mode": "cluster_mode",
20-
"wait_ready": true,
21-
"instances": "1",
22-
"env_production": {
23-
"NODE_ENV": "production",
24-
"SMTP_PORT": "3465",
25-
"IS_SILENT": "true"
26-
}
27-
},
28-
{
29-
"name": "msa",
30-
"script": "app.js",
31-
"exec_mode": "cluster_mode",
32-
"wait_ready": true,
33-
"instances": "1",
34-
"env_production": {
35-
"NODE_ENV": "production",
36-
"SMTP_PORT": "3587",
3712
"IS_SILENT": "true"
3813
}
3914
},

0 commit comments

Comments
 (0)