I have a large wp all import running from from command line daily but I would like to add a step to cancel/stop the previous import prior to running the new round.
For whatever reason we may have had some dirty data, something happened on the server etcd and it crashed the import the previous session, I would like to cancel that import which is still 'running' but not importing for us to then reset it for a new import.
Currently I get 'Error: Import already running.' when we re-run
cd /home/domain.com/public_html/; wp all-import run 1 --allow-root;
I have tried a few variations to stop, cancel, halt etc., but nothing seems to work
How are people handling this?