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

Dev #682 asynctimeout #686

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

Dev #682 asynctimeout #686

wants to merge 5 commits into from

Commits on Aug 13, 2024

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

Commits on Aug 20, 2024

  1. fix: improve timeout processing for better (raised) exception handling

    - see #682 for details
    - renamed `AsyncMachine.switch_model_context` to `cancel_running_transitions`
    aleneum committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    aa7b8dc View commit details
    Browse the repository at this point in the history
  2. fix: add msg parameter to cancel_running_transitions

    - see #682 for details
    aleneum committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    23fed9f View commit details
    Browse the repository at this point in the history
  3. fix: set and reset contextvar.current_context in _processing_timeout

    context parameter not available in create_task prior to Python 3.11
    aleneum committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5f77cc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

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