Hello @Jordan Dwyer
It sounds like your pipeline is stuck and the activities are not moving. There could be several reasons why this is happening. First, have you checked if your pipeline has a concurrency policy assigned to it? If it does, verify that there are no old pipeline runs in progress.
You can do this by going to the Monitoring view and checking if there's anything 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.
Second, it is possible that your run was impacted by a transient network issue, credential failures, or service outages. 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: Visually monitor Azure Data Factory
You could rerun activities if you had canceled activity or had a failure as per Rerun from activity failures.
This process happens every one hour, so if your run is stuck for more than an hour, create a support case.
Lastly, it is possible that you are hitting capacity issues in your Self-Hosted Integration Runtime (SHIR). This can happen if you have not scaled up SHIR as per your workload. If you encounter a capacity issue from SHIR, upgrade the VM to increase the node to balance the activities.
If you receive an error message about a self-hosted IR general failure or error, a self-hosted IR upgrade, or self-hosted IR connectivity issues, which can generate a long queue, go to Troubleshoot self-hosted integration runtime.
I hope that this response has addressed your query and helped you overcome your challenges. If so, please mark this response as Answered. This will not only acknowledge our efforts, but also assist other community members who may be looking for similar solutions.