Documentation
¶
Overview ¶
Package main demonstrates AllowFailure in dureq workflows — when a task with AllowFailure=true fails, the workflow continues instead of failing.
Scenario: A data pipeline where one optional enrichment step may fail, but the rest of the pipeline should proceed.
fetch → enrich(AllowFailure=true) ─┐
→ transform ─┼─ aggregate
┘
Even if enrich fails, transform + aggregate still complete.
Click to show internal directories.
Click to hide internal directories.