muthukumar
muthukumar

Reputation: 31

Azure DevOps pipeline stuck

I am facing below error while i am running the pipeline.

This agent request is not running because you have reached the maximum number of requests that can run for parallelism type 'Microsoft-Hosted Private'. Current position in queue: 1

Note: This is my first job and i am not running any additional pipelines in the same project.

Please help me to sort out this issue.

Thanks & Regards, Muthu Kumar M.,

Upvotes: 2

Views: 4135

Answers (2)

Hugh Lin
Hugh Lin

Reputation: 19361

First of all, you can view in-progress jobs in Parallel jobs of Organization Settings to check if there is only one running job.

enter image description here

If your organization is newly created, there could be no agent pool available.

Since March, we have temporarily disabled the free grant of parallel jobs for public projects and for certain private projects in new organizations. However, you can request this grant by sending an email to [email protected].

Related release note

For more information about parallel jobs and free grants, see our documentation.

Upvotes: 2

Thahif
Thahif

Reputation: 15

You can create your own private build server to overcome this limit.

Upvotes: 0

Related Questions