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
_internal.monitor_process currently monitors the ACU agent's generate_scan process during a scan, and will raise if the process crashes. However there are more processes we need to monitor during scans. monitor_process should be expanded to take in a list of processes to monitor. This will include the smurf stream processes, for example.
The text was updated successfully, but these errors were encountered:
There was a recent crash on satp1 (run 1658) where all pysmurf-controller agents crashed due to a networking issue, but the ACU continued to scan until the end of the scan (~45 minutes.) The schedule crashed on the next pysmurf command, but it would have been better if we were actively monitoring the streaming processes and crashed out earlier.
_internal.monitor_process
currently monitors the ACU agent'sgenerate_scan
process during a scan, and willraise
if the process crashes. However there are more processes we need to monitor during scans.monitor_process
should be expanded to take in a list of processes to monitor. This will include the smurf stream processes, for example.The text was updated successfully, but these errors were encountered: