Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(SIM) - plot_sim_temp_data.py #38

Open
william-aaron-CFA opened this issue Feb 29, 2024 · 0 comments
Open

(SIM) - plot_sim_temp_data.py #38

william-aaron-CFA opened this issue Feb 29, 2024 · 0 comments
Labels
bug Something isn't working Priority-Low Low Priority Issue - Fix in conjustion with other issues

Comments

@william-aaron-CFA
Copy link
Contributor

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.

@william-aaron-CFA william-aaron-CFA added bug Something isn't working Priority-Low Low Priority Issue - Fix in conjustion with other issues labels Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Priority-Low Low Priority Issue - Fix in conjustion with other issues
Projects
None yet
Development

No branches or pull requests

1 participant