Hey team,
I'm using V3, and below is an affected task example:
https://cloud.trigger.dev/orgs/hallidai-858b/projects/v3/junrs-CQAB/runs/run_qtm42x4mrjve3wki2t7g2?span=cd874a5d40bb3ec5
The problem is:
I have 3 task A, B and C,
- A will batchTriggerAndWait B
- each B will batchTriggerAndWait C
- I have cases like the above one, when one C task failed and the B triggers the C displayed as completed, the batchTriggerAndWait on B never finish and make A frozen.
- I have logic in B to filter our failed Cs from batch trigger, and I want the A and B to be able to keep executing instead of being blocked by one of C's failure. How could I do that? Did I setup anythingwrong? Or should I add some failure handle on C task definition?
Thanks for any help! Best