We’ve resolved two issues that caused Chunk to abandon tasks without producing a fix:
-
When a failing job auto-retried before Chunk fetched its step output, Chunk would see no failed steps and stop. Chunk now resolves against the originally-failing step regardless of retries.
-
When triggered from a workflow-level failure, Chunk only inspected the directly-linked job and missed failed steps in downstream jobs. Chunk now inspects all failed jobs in the workflow.