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
{{ message }}
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
I'm thinking that a simple sqlite database to track the command history and status would be useful. I think that having a table for each of these subcommands:
download
assemble
process_waveforms
compute_station_metrics
compute_waveform_metrics
generate_report
generate_station_maps
And each subcommand table would have the following columns:
project
label
eqid
start_time
end_time
success
error_message
I think this should help keep track of when some events have had problems in projects with lots of events.
We could also add a subcommand to summarize the command status. One idea would be a table with rows for eqid and columns for each subcommand with cell values for the most recent end_time (empty if last run is not successful).