Skip to content

Commit

Permalink
feat: enhanced error handling, fixed tls/ssl/non-tls retries
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Jun 15, 2022
1 parent a42e014 commit d15b108
Show file tree
Hide file tree
Showing 4 changed files with 189 additions and 129 deletions.
25 changes: 0 additions & 25 deletions ecosystem.json
Expand Up @@ -9,31 +9,6 @@
"env_production": {
"NODE_ENV": "production",
"SMTP_PORT": "3025",
"IS_NOT_SECURE": "true",
"IS_SILENT": "true"
}
},
{
"name": "smtps",
"script": "app.js",
"exec_mode": "cluster_mode",
"wait_ready": true,
"instances": "1",
"env_production": {
"NODE_ENV": "production",
"SMTP_PORT": "3465",
"IS_SILENT": "true"
}
},
{
"name": "msa",
"script": "app.js",
"exec_mode": "cluster_mode",
"wait_ready": true,
"instances": "1",
"env_production": {
"NODE_ENV": "production",
"SMTP_PORT": "3587",
"IS_SILENT": "true"
}
},
Expand Down

0 comments on commit d15b108

Please sign in to comment.