Medium severitygateway
Power BI Refresh Error:
UserErrorSelfHostedIntegrationRuntimeBusyWithFullTask
What does this error mean?
The SHIR node is at capacity — all concurrent job slots are occupied. New activities queue until a running activity completes.
Common causes
- 1The number of concurrent copy or data flow activities exceeds the SHIR node's configured concurrent job limit
- 2Long-running activities are blocking all slots, preventing new activities from starting
- 3Only one SHIR node is configured and it is handling too many simultaneous pipeline runs
- 4The SHIR machine has insufficient CPU or memory, causing individual jobs to run slower
How to fix it
- 1Increase concurrent jobs: open the IR configuration tool > Settings > Max concurrent jobs.
- 2Add additional SHIR nodes to scale out capacity horizontally.
- 3Cancel stuck or long-running activities in ADF Monitor that are blocking slots.
- 4Optimize heavy copy activities (parallelism, partition strategy) to complete faster.
- 5Upgrade the SHIR host's CPU and RAM if it is consistently at capacity.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/self-hosted-integration-runtime-troubleshoot-guide