kopia lustrzana https://github.com/OpenDroneMap/WebODM
Rephrase comment
rodzic
815d4be881
commit
c89e87f9f8
|
@ -318,8 +318,8 @@ class Task(models.Model):
|
||||||
# It could have crashed due to low memory
|
# It could have crashed due to low memory
|
||||||
# or perhaps it went offline due to network errors.
|
# or perhaps it went offline due to network errors.
|
||||||
# We can't easily differentiate between the two, so we need
|
# We can't easily differentiate between the two, so we need
|
||||||
# to notify the user because if it crashes because of low memory
|
# to notify the user because if it crashed due to low memory
|
||||||
# the user might need to take action.
|
# the user might need to take action (or be stuck in an infinite loop)
|
||||||
raise ProcessingError("Processing node went offline. This could be due to insufficient memory or a network error.")
|
raise ProcessingError("Processing node went offline. This could be due to insufficient memory or a network error.")
|
||||||
|
|
||||||
if self.processing_node:
|
if self.processing_node:
|
||||||
|
|
Ładowanie…
Reference in New Issue