[Django]-Getting task_ids for all tasks created with celery chord

1👍

I’m trying to do something similar, I was hoping I could just revoke the chord with one call and everything within it would be recursively revoked for me.

You could make a chord out of the group and your finalizeTask to keep from breaking up the calls.

I realize this is coming two months after you asked, but maybe it’ll help someone and maybe I should just get the task ids of everything in my group.

👤abrugh

Leave a comment