Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebODM fails a task if a connection error happens #727

Open
pierotofy opened this issue Sep 11, 2019 · 2 comments
Open

WebODM fails a task if a connection error happens #727

pierotofy opened this issue Sep 11, 2019 · 2 comments

Comments

@pierotofy
Copy link
Member

In some instances, a task might be flagged as "failed" although NodeODM is still processing the task (and returned an error due to a "hiccup").

This should be fixed by making WebODM more fault tolerant (retry).

A user reported the following for the task failure description:

Unauthorized. Do you need to set a token?

Even though NodeODM was still processing.

@askeuhd
Copy link

askeuhd commented Sep 11, 2019

To expand; I filed the report with Piero. The server running WebODM is connected to the internet via a cable ISP that has been known to drop out, which seems like a likely cause of the "hiccup".

@pierotofy
Copy link
Member Author

Also happens if a process "hangs" for longer than the allowed timeout (happens if the OS starts swapping RAM), freezing the computer state for longer than ~30 seconds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants