Skip to content

Improve metadata extraction handling #6

@tomdickman

Description

@tomdickman

Currently, if metadata extraction fails, the same action is carried out every time (default adhoc task failure behaviour, increase faildelay and try again) but some resources may consistently fail extraction by a metadataextractor subplugin for some reason, either an edge case, or due to subplugin not correctly defining validation checks for a resource.

It would be nice if we could refactor the extraction process to require extractors to return an extraction status code too, along with their extraction response, so that more informative decisions can be made for failed extraction, based on whether this is a once off failure, or the resource is actually unprocessable by the extractor.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions