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

fix(backend): キューのエラーログを簡略化するように #14748

Merged
merged 12 commits into from
Oct 11, 2024

Commits on Oct 11, 2024

  1. reduce federation log spam

    * Don't record stack trace for unrecoverable errors.
    * Avoid logging duplicate stace traces.
    
    (cherry picked from commit ed05701)
    warriordog authored and kakkokari-gtyih committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9cce544 View commit details
    Browse the repository at this point in the history
  2. improve error summaries

    (cherry picked from commit 20dd66f)
    warriordog authored and kakkokari-gtyih committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    3023f06 View commit details
    Browse the repository at this point in the history
  3. fix lint errors

    (cherry picked from commit 83869e1)
    warriordog authored and kakkokari-gtyih committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b111e2d View commit details
    Browse the repository at this point in the history
  4. condense job info

    (cherry picked from commit 786702e)
    warriordog authored and kakkokari-gtyih committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    96e5836 View commit details
    Browse the repository at this point in the history
  5. fix maxAttempts calculation

    (cherry picked from commit b4d10aa)
    warriordog authored and kakkokari-gtyih committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    cdb7c56 View commit details
    Browse the repository at this point in the history
  6. condense error info

    (cherry picked from commit f62cd89)
    warriordog authored and kakkokari-gtyih committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    4001f02 View commit details
    Browse the repository at this point in the history
  7. normalize ID logging

    (cherry picked from commit d8e1e48)
    warriordog authored and kakkokari-gtyih committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    179b82f View commit details
    Browse the repository at this point in the history
  8. further condense error details

    (cherry picked from commit d867c20)
    warriordog authored and kakkokari-gtyih committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    87c03cf View commit details
    Browse the repository at this point in the history
  9. collapse AbortErrors

    (cherry picked from commit 5171ba7)
    warriordog authored and kakkokari-gtyih committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    33eb3fc View commit details
    Browse the repository at this point in the history
  10. don't log job name unless it has one

    (cherry picked from commit a5316c0)
    warriordog authored and kakkokari-gtyih committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d0211c3 View commit details
    Browse the repository at this point in the history
  11. Update Changelog

    kakkokari-gtyih committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    7c12716 View commit details
    Browse the repository at this point in the history
  12. Record origin

    kakkokari-gtyih committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    387296d View commit details
    Browse the repository at this point in the history