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

Remove superfluous @Sentry.enrich_errors #37002

Merged
merged 2 commits into from
Jan 26, 2024
Merged

Commits on Jan 24, 2024

  1. Remove superfluous @Sentry.enrich_errors from `TaskInstance._schedu…

    …le_downstream_tasks`
    
    A recent refactoring broke the contract `enrich_errors` expect. This decorator
    is being removed because it's not desired to log Sentry errors for scheduling issues.
    jkramer-ginkgo committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    fa41267 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Fix incorrect parameter name

    Resolves MyPy error
    jkramer-ginkgo committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    f3905e6 View commit details
    Browse the repository at this point in the history