Configuring timeout period for a tumbling window to trigger to timeout when dependencies trigger not succed

Kamlendra Pratap Singh 20 Reputation points Microsoft Employee
2025-04-23T05:10:21.87+00:00

A tumbling window trigger will wait on dependencies for seven days before timing out. After seven days, the trigger run will fail

Can we reduce these 7 days ( is it configurable) by which setting, if yes

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,646 questions
{count} votes

Accepted answer
  1. Ganesh Gurram 7,295 Reputation points Microsoft External Staff Moderator
    2025-04-23T06:49:35.2933333+00:00

    @Kamlendra Pratap Singh

    According to this documentation: https://learn.microsoft.com/en-us/azure/data-factory/tumbling-window-trigger-dependency#monitor-dependencies

    In Azure Data Factory (ADF), the timeout period for a tumbling window trigger to wait on dependency triggers is currently not configurable. By default, a tumbling window trigger will wait for up to 7 days for all its dependencies (including other triggers or pipelines) to complete successfully. If the dependencies do not succeed within 7 days, the trigger fails and the window run is marked as failed.

    User's image

    For more details refer: https://learn.microsoft.com/en-us/azure/data-factory/tumbling-window-trigger-dependency

    Hope this helps. Do let us know if you have any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.