Flow control directives
Flow control directives appear on the right-hand side of a match arm and determine what happens next. They give you control over error handling and execution flow.
Retry strategies
Reqon retries transient HTTP failures automatically. You configure the behaviour with a retry: block on a fetch step.
Dead letter queues
A dead letter queue (DLQ) is just a store you send failed values to for later review. It prevents data loss when something goes wrong and gives you a record you can inspect or reprocess.