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

o365input: Restart after fatal error #21258

Merged
merged 3 commits into from
Sep 29, 2020

Commits on Sep 23, 2020

  1. o365input: Restart after fatal error

    Update the o365input to restart the input after a fatal error is
    encountered, for example an authentication token refresh error or a parsing
    error.
    
    This enables the input to be more resilent against transient errors.
    
    Before this patch, the input would index an error document and terminate.
    Now it will index an error and restart after a fixed timeout of 5 minutes.
    adriansr committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    f868342 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    adriansr committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    ae5a879 View commit details
    Browse the repository at this point in the history
  3. Better

    adriansr committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    8611e0e View commit details
    Browse the repository at this point in the history