Jobs stuck in "Waiting for Resource"
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
This issue is being opened as per the documentation.
Description: A GitLab Premium customer reports that Job IDs are stuck in "Waiting for resource," but the GraphQL query does not show a status of running
or pending
.
- Project:
phoenixnap/bare-metal-cloud/bmc-api
- Job IDs:
4395639762
,4395639758
,4395639724
,4395639721
,4395639715
,4395639713
- Job status:
waiting
- How often the problem occurs: It started occurring today but we cannot find a way to fix it
- Steps to reproduce the problem:
We are sure the resource group "bmc-stg" is not in use by any other job. No recent changes to the resource groups have happened. We also cannot see which job is using this resource, despite following this documentation. Stopping the pipeline and re-triggering a new one still does not fix it. The relevant jobs are still getting stuck waiting on the same resource group.
Example GraphQL output:
{
"data": {
"project": {
"name": "bmc",
"job": {
"name": "phx-bmc-bandwidth-monitoring-stg-deploy",
"status": "CANCELED",
"pipeline": {
"path": "/phoenixnap/bare-metal-cloud/bmc-api/-/pipelines/886464425"
}
}
}
}
}
Edited by 🤖 GitLab Bot 🤖