adf data flow acitivity stuck in queued status when the pipelines run

Burcu 5 Reputation points
2024-05-07T15:40:39.77+00:00

when I trigger the pipelines, it got stuck in the data flow activity as queued status

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

2 answers

Sort by: Most helpful
  1. HellNguyen-0736 25 Reputation points
    2024-07-16T05:38:54.0233333+00:00

    I have the same issue with dataflow in ADF, all my pipelines get stuck in queue and in-progress status. When i run the diagnostics, this is what I see.

    User's image

    I already cancelled all the queue/in-progress pipelines and re-run only one pipeline but can not, it's still stuck with in-progress status.

    Already tried with SSIS service, AutoResolveIntegrationRuntime (default IR) with simple dataflow, it's still the same.

    Could you pls suggest the solution to solve it?

    Thanks

    1 person found this answer helpful.

  2. Smaran Thoomu 14,140 Reputation points Microsoft Vendor
    2024-05-08T08:21:12.1066667+00:00

    Hi @Burcu

    Thanks for the question and using MS Q&A platform.

    When an Azure Data Factory (ADF) pipeline is stuck in the "Queued" status, it usually means that there are not enough resources available to run the pipeline. This can happen if there are too many pipelines running at the same time, or if the resources allocated to the ADF instance are insufficient.

    Here are some steps you can take to resolve the issue:

    1. Check the ADF instance resource utilization: Go to the ADF instance in the Azure portal and check the resource utilization metrics. If the resource utilization is high, you may need to increase the resources allocated to the ADF instance.
    2. Check the pipeline concurrency settings: Go to the pipeline settings and check the concurrency settings. If the concurrency limit is set too low, it may be causing the pipeline to get stuck in the "Queued" status. Increase the concurrency limit if necessary.
    3. Check the data flow settings: Go to the data flow settings and check the data flow concurrency settings. If the data flow concurrency limit is set too low, it may be causing the pipeline to get stuck in the "Queued" status. Increase the data flow concurrency limit if necessary.
    4. Check the integration runtime settings: Go to the integration runtime settings and check the number of nodes allocated to the integration runtime. If the number of nodes is too low, it may be causing the pipeline to get stuck in the "Queued" status. Increase the number of nodes if necessary.
    5. Check the pipeline dependencies: Go to the pipeline dependencies and check if there are any dependencies that are not met. If there are dependencies that are not met, it may be causing the pipeline to get stuck in the "Queued" status. Resolve the dependencies if necessary.

    If none of these steps resolve the issue, you may need to contact Microsoft support for further assistance.

    You can also refer to the Azure documentation on troubleshooting common issues in Azure Data Factory

    Hope this helps. Do let us know if you 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

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.