Retry pipelines

bk 466 Reputation points
2020-11-06T15:36:07.413+00:00

Hi All i have some of my data pipelines failing because of network errors. I went to the activity and selected retry and time in seconds. My question is , i want to make sure these retries happen only when the pipe line fails and not when it is a success. Can someone please confirm,
Thanks

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,584 questions
{count} vote

Accepted answer
  1. Vaibhav Chaudhari 38,721 Reputation points
    2020-11-07T05:44:44.053+00:00

    Yes, your understanding is correct. If the activity fails, the retry attempt happens. If pipeline is successful, this retry setting is ignored in success case

    Reference - https://learn.microsoft.com/en-us/azure/data-factory/copy-activity-overview#resume-from-last-failed-run

    Activity level retry: You can set retry count on copy activity. During the pipeline execution, if this copy activity run fails, the next automatic retry will start

    ----------

    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. 學翰 施 1 Reputation point
    2022-02-24T00:40:10.357+00:00

    @Vaibhav Chaudhari

    How about pipeline hanging for a log time? (e.g. if it takes more than 1hr, it needs to be restarted)
    Can I use "if condition", "until" some flow control activities to deal with it?

    0 comments No comments

  2. Varshaben Nannulal Ahirwal (MINDTREE LIMITED) 1 Reputation point Microsoft Vendor
    2022-07-29T17:04:59.847+00:00

    @Vaibhav Chaudhari Any solution for pipeline hanging for a long time?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.