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 TaskStatus.started() being a no-op when in an effectively cancelled scope #2896

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    d00e115 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39bc92a View commit details
    Browse the repository at this point in the history
  3. Make TaskStatus.started() never return success upon failure

    Specifically, make started() reparent the task even if the start() call
    is in an effectively cancelled scope when started() is called, and check
    sys.exc_info() to prevent calling task_status.started() while handling
    active Cancelled(s).
    gschaffner committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    b038de5 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    edb1ddf View commit details
    Browse the repository at this point in the history
  2. Fix ruff issue

    CoolCat467 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    8933cee View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    651b51a View commit details
    Browse the repository at this point in the history