-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
WebODM on processing crash
Can WebODM be modified so that when a process crashes on a node for lack of memory, instead of showing a dead process, the
work products would be returned from the node such that they can be downloaded for evaluation?
If you catch my meaning, when a project finishes successfully the work products can be downloaded via the download tab on the dashboard
when a project crashes, this option is not available
I am assuming this is because the node crashed and the node process ended so it did not do the cleanup upload
This may actually be an ODM issue, I am assuming the work products exist on the node and when the node recovers it needs to push the files to the WebODM dashboard... this is why the data is not accessable in the dashboard because the data was never returned to the WEBODM server
If the node cannot automaticly figure this out, can the WebODM initiate an upload from the node... If the user requests thru the dashboard, can it request this upload from the node, recieve and store and upload the project to be in some incompleted state and enable the download
or add this to the Node:3000 where the log file can be requested