@Marcus Ghebrehiwet - Thanks for the question and using MS Q&A platform.
I'm sorry to hear that you're experiencing issues with your Azure Data Factory pipelines. Based on the information you provided, it seems like there could be a few different reasons why your pipelines are stuck.
- One possible cause could be hitting concurrency limits. If your pipeline has a concurrency policy, verify that there are no old pipeline runs in progress. Another possibility is that there may be monitoring limits in place. You can go to the ADF authoring canvas, select your pipeline, and determine if it has a concurrency property assigned to it. If it does, go to the Monitoring view, and make sure there's nothing in the past 45 days that's in progress. If there is something in progress, you can cancel it and the new pipeline run should start.
- It is possible that your run was impacted by a transient network issue, credential failures, services outages, etc. If this happens, Azure Data Factory has an internal recovery process that monitors all the runs and starts them when it notices something went wrong. You can rerun pipelines and activities as described here: Rerun pipelines and activities. This process happens every one hour, so if your run is stuck for more than an hour, create a support case.
For more details, refer to Azure Data Factory: Pipeline status is queued or stuck for a long time.
If none of these solutions work, please provide more information about your pipeline and the activities involved and ADF region so that we can investigate further.
Hope this helps. Do let us know if you any further queries.