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

Allow actor exceptions to propagate #4232

Merged
merged 17 commits into from
Jun 14, 2021
Merged

Commits on Nov 6, 2020

  1. Allow actors to call actors on the same worker

    Martin Durant committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    c845a6c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Make tests

    Martin Durant committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    9081029 View commit details
    Browse the repository at this point in the history
  2. simplify

    Martin Durant committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    8c1628c View commit details
    Browse the repository at this point in the history
  3. Extra code path only for actors

    Martin Durant committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    23269b8 View commit details
    Browse the repository at this point in the history
  4. oops, rename

    Martin Durant committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    96a2e02 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Allow actor exception to propagate

    Martin Durant committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    a3d0cff View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into actor_fail

    Martin Durant committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    6eadd9e View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Merge branch 'master' into actor_fail

    Martin Durant committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    877b562 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Merge branch 'main' into actor_fail

    Martin Durant committed May 3, 2021
    Configuration menu
    Copy the full SHA
    0a079d1 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Merge branch 'main' into actor_fail

    Martin Durant committed May 24, 2021
    Configuration menu
    Copy the full SHA
    8242454 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Merge branch 'main' into actor_fail

    Martin Durant committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    776e408 View commit details
    Browse the repository at this point in the history
  2. fix merge

    Martin Durant committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    a1a2620 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. resolve comments

    Martin Durant committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    1e6e929 View commit details
    Browse the repository at this point in the history
  2. simplify test_actor::test_compute

    Martin Durant committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    95631d4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into actor_fail

    Martin Durant committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    8c7d2ed View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. Responses

    Martin Durant committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    16fd6d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Update distributed/tests/test_actor.py

    Co-authored-by: James Bourbeau <[email protected]>
    martindurant and jrbourbeau authored Jun 14, 2021
    Configuration menu
    Copy the full SHA
    28b6460 View commit details
    Browse the repository at this point in the history