We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a7c90 commit 2110a49Copy full SHA for 2110a49
ecosystem.config.js
@@ -7,8 +7,8 @@ module.exports = {
7
max_memory_restart: '256M',
8
autorestart: true,
9
watch: false,
10
- max_restarts: 10, // Standardized to 10 like other services
11
- min_uptime: '20s', // Standardized to 20s
+ max_restarts: 50,
+ min_uptime: '10s',
12
restart_delay: 4000,
13
exp_backoff_restart_delay: 30000, // Added exponential backoff
14
0 commit comments