Celery graph only returns the first group executed
tl;dr: A chain of groups and tasks executes correctly in Celery, but the result backend only returns the result of the first group. How do I fix this?
tl;dr: A chain of groups and tasks executes correctly in Celery, but the result backend only returns the result of the first group. How do I fix this?