Disappearing ortho tiles when zooming past 5m - set orthophoto-resolution: 1

I am trying to increase the orthophoto resolution so that the image tiles don’t disappear when zooming in from 5m into 3m. See the video here: ImageTileDisappearsZoomed.mp4 - Google Drive

Images were captured with a DJI P4 RTK using the D-RTK 2 base station. This file is a list of GCPs that I want to check accuracy against Smith UAS Flight Training Coordinates -GCPs.xlsx - Google Drive

The first time I went through the workflow it took about 1.5 hours to process 349 images. I used the default settings for this first run. When I zoomed in on the orthophoto I noticed the disappearing tiles.

I went searching and found this: ViewMap preview zoom-in · Issue #263 · OpenDroneMap/WebODM · GitHub (April fix by @pierotofy), which made me think I needed to change an option to increase the resolution of the orthophoto. So I adjusted the options as follows:

  1. orthophoto-png: true,
  2. orthophoto-resolution: 1,
  3. force-gps: true,
  4. ignore-gsd: true,
  5. dsm: true,
  6. verbose: true

The task is now running for more than 31 hours. I can see activity in the logs; therefore, I’m just not sure if I should kill it or just wait until it is done. Below are some screenshots of Docker webodm logs and a link to the task console output in WebODM. It appears to be cranking away towards the finish. It is going through the PIDs one by one with about 6 minutes between each. Is there a way to see how many PIDs there are to process? If so, I could maybe estimate how much more time is needed to finish this task.

It doesn’t look like a memory or disk space issue either…

The image set can be found here: https://drive.google.com/file/d/1odptc1qz4U787JUrYVOuexjv4lYPtIvE/view?usp=sharing

The task console output here: Google Drive: Sign-in

This is a map of the GCP locations as well: GCP-LocationMap.png - Google Drive

Do you think I should let it run or kill it?

Any suggestions or insights greatly appreciated.
Thanks