Just curious as to why the process time for queued jobs includes wait time. Is there a breakdown of process time steps so that I can exclude queue time?
2 Likes
A bug we picked up and need to squash!
opened 03:46AM - 03 Mar 22 UTC
possible software fault
### How did you install WebODM (docker, installer, etc.)?
Docker
```
docker i… mages
REPOSITORY TAG IMAGE ID CREATED SIZE
opendronemap/webodm_webapp latest b0abd6f064fa 47 hours ago 1.6GB
redis latest 8f8e3073a3f6 47 hours ago 113MB
opendronemap/nodeodm latest f6b1eba9f8e9 4 days ago 1.77GB
opendronemap/webodm_db latest e40c0f274bba 6 months ago 695MB
```
### What's your browser and operating system? (Copy/paste the output of https://www.whatismybrowser.com/)
Microsoft Edge Beta, Flatpak, Version 99.0.1150.30
Alpine Linux 3.15 Edge, x64
### What is the problem?
When processing multiple tasks on a single node in a queue, the subsequent tasks' processing times begin at something like 33s less than the final processing time of the preceeding task.
So:
Task 1: Starts at 0:00
Task 1: Finishes at 5:00
Task 2: Starts at 4:27
Task 2: Finishes at 10:00
Task 3: Starts at 09:27
Task 3: Finishes at 15:00
### How can we reproduce this? (What steps trigger the problem? What parameters are you using for processing? Include screenshots. If you are having issues processing a dataset, you must include a copy of your dataset uploaded on Dropbox, Google Drive or https://dronedb.app)
My computer was laggy enough that I missed both transitions. Difference in task processing time between the three identical tasks likely due to laptop on battery, thermal throttling/scaling, and swapping out to eMMC drive.
Initial State:

Task 1 to Task 2 Transition:
https://user-images.githubusercontent.com/19295950/156492244-2526391e-3904-44d1-a667-bd2ce6cddc06.mp4
Task 2 to Task 3 Transition:
https://user-images.githubusercontent.com/19295950/156492283-3d0d390c-b17a-441b-805a-593698533be2.mp4
Final State:

system
Closed
4 June 2022 03:27
#3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.