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

Ensure triggering of callback in chord #397

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jul 3, 2023

  1. Ensure triggering of callback in chord

    If one task for whatever reason is executed twice the callback is never triggered because the chord will be deleted and the before the last task is executed. The last task then will raise a warning that the chord cant be found.
    s-jakob authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    6e0aa80 View commit details
    Browse the repository at this point in the history
  2. Fixing line length

    s-jakob authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    90344aa View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    5c6b5df View commit details
    Browse the repository at this point in the history
  2. update message

    fixing unit test
    Sebastian Jakob committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1b04c88 View commit details
    Browse the repository at this point in the history