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

net: lib: aws_fota: Improve error handling for FOTA jobs #11995

Merged
merged 1 commit into from
Aug 17, 2023

Commits on Aug 17, 2023

  1. net: lib: aws_fota: Improve error handling for FOTA jobs

    Improves error handling by providing more fine grained
    errors on job parsing. Jobs are now marked as failed
    if document is invalid but the job id could be parsed.
    A new error state is introduced to enable
    retries for marking jobs as failed.
    Additionally, the job update accepted/rejected topics
    are now longer subscribed to, as this is not necessary
    to receive the respective messages and thus adds
    unnecessary overhead.
    
    Signed-off-by: Fabian Nawratil <fabian.nawratil@nordicsemi.no>
    fnawratil committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e94d736 View commit details
    Browse the repository at this point in the history