celery / django-celery-results

Celery result back end with django
Other
684 stars 203 forks source link

Ensure triggering of callback in chord #397

Open s-jakob opened 1 year ago

s-jakob commented 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.

s-jakob commented 5 months ago

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.