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
echo"$(date -u +"${ts_format}") [${process_name}] - Video folder exists: ${VIDEO_FOLDER}"
42
51
else
@@ -93,6 +102,7 @@ function wait_for_api_respond() {
93
102
until check_if_api_respond;do
94
103
sleep ${poll_interval}
95
104
done
105
+
echo"$(date -u +"${ts_format}") [${process_name}] - Node endpoint is responding now. Proceeding next steps..."
96
106
return 0
97
107
}
98
108
@@ -276,4 +286,5 @@ else
276
286
done
277
287
stop_if_recording_inprogress
278
288
echo"$(date -u +"${ts_format}") [${process_name}] - Node API is not responding now, exiting..."
289
+
echo"$(date -u +"${ts_format}") [${process_name}] - Noted: Set container restart policy to spin up process again for recording another session might come up"
0 commit comments