The tag database and events table is being resumed from serialized state, but we're
always passing the metadata_hash parameter on the find_tags_motus command-line, using the value
from the current metadata cache DB.
Instead, if resume succeeds, re-record the metadata hash from the resumed batch, rather than
using the version passed on the command line.
The tag database and events table is being resumed from serialized state, but we're always passing the
metadata_hash
parameter on thefind_tags_motus
command-line, using the value from the current metadata cache DB.Instead, if resume succeeds, re-record the metadata hash from the resumed batch, rather than using the version passed on the command line.