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
Periodically, the plot_sim_temp_data.py script, which is part of the SIM temperature monitoring script /data/mta/Script/SIM/Scripts/sim_temp_wrap_script, will stall out from its cronjob run on mta@boba-v
This stall is not prevented by the lock files generated before the regular main function run, which means that the stall occurs in the initialization step. It is likely a result of a known sporadic issue with importing custom MTA library functions as this script imports two MTA packages, mta_common_functions and robust_linear.
it is recommended that to prevent these stalls in the future, the functionality offered by these custom packages should be handled by separately tested packages such as calendar, Chandra.Time, numpy, math, ect.
The text was updated successfully, but these errors were encountered:
Periodically, the
plot_sim_temp_data.py
script, which is part of the SIM temperature monitoring script/data/mta/Script/SIM/Scripts/sim_temp_wrap_script
, will stall out from its cronjob run on mta@boba-vThis stall is not prevented by the lock files generated before the regular main function run, which means that the stall occurs in the initialization step. It is likely a result of a known sporadic issue with importing custom MTA library functions as this script imports two MTA packages,
mta_common_functions
androbust_linear
.it is recommended that to prevent these stalls in the future, the functionality offered by these custom packages should be handled by separately tested packages such as calendar, Chandra.Time, numpy, math, ect.
The text was updated successfully, but these errors were encountered: