Skip to content

Errors can be raised during the parse odf summary function (XMM processing) that aren't caught and dealt with properly #424

@DavidT3

Description

@DavidT3

As the parse ODF file function is called straight after the odfingest task (essentially as part of the task, not a separate task) if there is an exception raised it derails everything. The logs don't get written out (because of my poor design choices, as @clustercosmos pointed out it doesn't make sense to keep all the logs in memory and then write them to desk at the end of all runs of a task).

Plus exceptions should be caught and dealt with in any processing task anyway.

Metadata

Metadata

Assignees

Labels

refinementIf a feature has already been implemented, and works, but could do with another pass to improve it.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions