Documentation Index
Fetch the complete documentation index at: https://docs.mage.ai/llms.txt
Use this file to discover all available pages before exploring further.
Requires version
0.8.76 or greater.Automatic retry
Mage supports configuring automatic retry for block runs with the following ways1. Global retry config
Addretry_config to project’s metadata.yaml. This retry_config will be applied to all block runs.
Here is an example:
2. Block level retry config
Addretry_config to the block config in pipeline’s metadata.yaml. The block level retry_config will
override the global retry_config. Here is an example
3. Pipeline level retry_config
Only in Mage Pro.Try our fully managed solution to access this advanced feature.
retry_config to the pipeline config in pipeline’s metadata.yaml. The pipeline level retry_config will
override the global retry_config. Here is an example
Retry incomplete blocks
- Supported pipeline types: Integration and Standard pipelines
- If a pipeline run fails, you can retry from the failed block
run (instead of retrying the entire pipeline run) by going to the individual
pipeline runs page (
/pipelines/[pipeline_uuid]/runs/[pipeline_run_id]). - At the top of the individual pipeline runs page, there should be a red
Retry incomplete blocksbutton. Click on it, and the block runs should retry from the failed block.
Retry from selected block
- Supported pipeline types: Integration and Standard pipelines
- If you want to retry block runs for a pipeline run starting from a specific block (regardless of the block run’s status), go to the same page for the individual pipeline run.
- Select a block run row, and a blue
Retry from selected blockbutton should appear. - Note that the
Retry from selected blockbutton will only appear if the pipeline run is not currently running. - If there is a failed block run and you try to retry from a selected block that is
downstream from that failed block, you may get
upstream_failedblock run errors.
Accessing the individual pipeline runs page
- Click on a pipeline from the main Pipelines Dashboard.
- Click on the
Runssection or on an individual trigger from theTriggerssection. - Underneath the
Block runscolumn of the pipeline runs table, there is a link that says something likeSee block runs (x). Click on that link to redirect to the individual pipeline runs page, which lists the blocks runs specific to a pipeline run.