azure-devopsazure-devops-pipelines

Azure devops pipeline is not running because you have reached the maximum number of requests that can run for parallelism


type 'Microsoft-Hosted Private'

Getting this error running a pipeline on a new account so there're enough credits/limits It has been stuck for close 20+ hours now, have tried to recreate projects/subscriptions/pipelines and what not but no dice

There are similar questions on vscommunity but no answers so hoping someone has insights here

Turns out this is a "feature" implemented recently, closing this question will leave it here till it's deleted or whatever in case someone stumbles upon this same error

https://devblogs.microsoft.com/devops/change-in-azure-pipelines-grant-for-private-projects/


Solution

  • The root cause of the stuck issue is that the pipeline microsoft-hosted agent for public and private projects in the new organization has been restricted in the latest update.

    For more detailed info, you could refer to these two docs: Private Project Pipelines, Public Project Pipelines.

    In Release 183, the reasons for adding restrictions are as follows:

    Over the past few months, the situation has gotten substantially worse, with a high percentage of new public projects in Azure DevOps being used for crypto mining and other activities we classify as abusive. In addition to taking an increasing amount of energy from the team, this puts our hosted agent pools under stress and degrades the experience of all our users – both open-source and paid.

    Private Project:

    You could send email to azpipelines-freetier@microsoft.com in order to get your free tier.

    Public Project:

    You could send email to azpipelines-ossgrant@microsoft.com in order to get your free tier.