You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/pm2.config.cjs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ module.exports = {
6
6
args: 'run start:schedule',
7
7
max_restarts: 2,
8
8
min_uptime: '1h',// Set a relatively high duration (more than the longest run) so that restarts that occur before this duration has elapsed are considered unstable.
9
-
restart_delay: 180*60*1000,
9
+
restart_delay: 3*60*60*1000,// likely related to a connectivity problem that will take some time to be fixed
10
10
},
11
11
{
12
12
name: 'ota-api',
@@ -23,7 +23,7 @@ module.exports = {
23
23
args: 'run dataset:schedule',
24
24
min_uptime: '10s',
25
25
max_restarts: 10,
26
-
restart_delay: 1000,
26
+
restart_delay: 60*60*1000,// likely related to a GitHub availability problem that will take some time to be fixed
0 commit comments