All of a sudden, all of our API-based requests to create Pull Requests are failing. When trying to make the request via Postman, I get a 504 Gateway Time-out. These integrations have been working fine for years. Is there a temporary issue on the Bitbucket side?
Request body:
{
"title": "Staging merge to Release Candidate",
"source": {
"branch": {
"name": "staging"
}
},
"destination": {
"branch": {
"name": "release-candidate"
}
}
}
Response:
<html>
<head>
<title>504 Gateway Time-out</title>
</head>
<body>
<center>
<h1>504 Gateway Time-out</h1>
</center>
</body>
</html>
I've been made aware that a bug has been filed with the Bitbucket development team: https://jira.atlassian.com/browse/BCLOUD-22009
My team is seeing the same issue. We are using some script listeners through Jira's ScriptRunner to create PRs and we are seeing timeouts. Some appear to be making the request successfully though, while others are hung for 60s before timing out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can confirm that, this is also the case for us. Bitbucket pull requests are unbearably slow and even have timeouts.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.