Hello,
We are setting up a new Bitbucket Cloud repository and a very small pull-request Pipeline cannot start.
Four runs have failed before the first script command executes. Each waited roughly 45 minutes, recorded zero build seconds/minutes, then failed with:
- Error key: agent-service.queue.timeout
- Message: Could not process step progress updated event.
The Pipeline uses atlassian/default-image:4 and has one step that only checks for five tracked files. It does not install dependencies, build Docker images, deploy, use secrets, call external services, or run Terraform. Git access, repository access, Pipelines enablement, the pull-request selector, and the YAML have been checked. The exact checks pass locally.
Could this indicate a hosted-runner allocation or new-workspace entitlement problem? Is there an admin-side diagnostic or setting we should check? Also, would upgrading from Free to Standard change hosted-runner allocation, or only support and build-minute limits?
Thank you.