ADF Pipeline is stuck on Queued Status
I have an azure pipeline that is having a single Dataflow with multiple branches/transformations. It was working fine from past 1.5 years and now suddenly it's status is stuck on 'Queued' for more than hour. I have ran it multiple times but the status isn't changing. The details are as follows:
- Integration runtime: Azure auto resolve IR
- Compute Type: General Purpose
- Core count: 4 (+ 4 Driver cores)
- Location: UK South
I have tried changing the Compute Type to Memory Optimized and Core count to (8+8) but it doesn't help.
Checked all the linked services( All the connections were successful)
Tried with just a normal DF (a simple data load from excel to SQL but still no success)
Please let me know how to resolve this.