Reputation: 10186
We have several cloud data fusion pipelines and some fail, for seemingly random reasons. Albeit rarely.
Is there a way to automatically retry a pipeline if it fails, say 3 times?
Upvotes: 1
Views: 798
Reputation: 1780
You can automatically retry a pipeline if it fails using triggers. When it fails, you need to STOP
and START
the pipeline.
To use triggers with Data Fusion, select the event you need to execute, in this case it will be the event Fails
. You can see this documentation about creating triggers.
Next you need to STOP
and START
the pipeline. This is documentation about stop and start the pipelines.
Upvotes: 1