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

avoid calls to make_current() and make_clear() by using asyncio.run in LoopRunner #7467

Merged
merged 12 commits into from
Jun 16, 2023

Commits on Feb 15, 2023

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

Commits on Feb 16, 2023

  1. Update distributed/deploy/cluster.py

    Co-authored-by: Gabe Joseph <gjoseph92@gmail.com>
    graingert and gjoseph92 authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    de7798a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Configuration menu
    Copy the full SHA
    5b279be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    122cb55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fed3881 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43841b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. fix typo in distributed/utils.py

    Co-authored-by: crusaderky <crusaderky@gmail.com>
    graingert and crusaderky authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    0faad4f View commit details
    Browse the repository at this point in the history
  2. move type annotations from constructor to class definition

    Co-authored-by: crusaderky <crusaderky@gmail.com>
    graingert and crusaderky authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    7841923 View commit details
    Browse the repository at this point in the history
  3. change Cluster.close() return type annotation to Any

    Co-authored-by: crusaderky <crusaderky@gmail.com>
    graingert and crusaderky authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    42f8bad View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

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

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    a3e0a15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f18f9e7 View commit details
    Browse the repository at this point in the history