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

Show errors when BG Health Checks Fail #3828

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Aug 8, 2024

  1. Show errors when trying to check BG health check

    Ran into an issue where I was unable to tell if a request failed because
    my code application code was bad, or it was a platform error. Being able
    to tell the difference let's users know when to retry deploys or fix
    their code
    billyb2 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    240277a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Retry context deadline exceeded errors

    context.DeadlineExceeded usually happens when the platform fails to
    respond to a Get in time. We should retry these errors to smooth over
    platform issues
    billyb2 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    cd7a2d0 View commit details
    Browse the repository at this point in the history
  2. Revert "Retry context deadline exceeded errors"

    This reverts commit cd7a2d0. I want to
    write some proper retry code in fly-go
    billyb2 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    76ef147 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a65cac6 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. even more tracing wowie

    billyb2 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    af60580 View commit details
    Browse the repository at this point in the history