Open s-jakob opened 1 year ago
If one task for whatever reason is executed twice the callback is never triggered because the chord will be deleted before the last task is executed. The last task will then raise a warning that the chord can't be found.
beside the review comments, we need to make sure the CI is green
The tests seem to be wrong. The counter goes to 0 but the group was not done.
If one task for whatever reason is executed twice the callback is never triggered because the chord will be deleted before the last task is executed. The last task will then raise a warning that the chord can't be found.