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
We might want to look at more than just process start/stop as understanding process status is also useful. Are there Python frameworks that do daemon process management that we could utilize?
Based on feedback in PR: https://github.com/USACE-WaterManagement/cwms-logging/pull/2/files#diff-73bdb227d3042d65b857c09e306f8a51f78476f39d91bfedac01c5cfaf0c90b9
Need to add python process management instead of relying on the fragile pid written to disk.
Needs to gracefully exit the python process instead of terminating via
kill
.The text was updated successfully, but these errors were encountered: